#F58FCB

Color #F58FCB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F58FCB

Tints of Tea Rose #F58FCB

Color information

#F58FCB (or 0xF58FCB) is unknown color: approx Tea Rose. HEX triplet: F5, 8F and CB. RGB value is (245,143,203). Sum of RGB (Red+Green+Blue) = 245+143+203=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FCB is #0A7034. Grayscale: #B4B4B4. Windows color (decimal): -684085 or 13340661. OLE color: 13340661.

HSL color Cylindrical-coordinate representation of color #F58FCB: hue angle of 324.71º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FCB is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245143203-
CMYK00.420.170.04
HSL324.71º83.61%76.08%-
HSV(B)324.71º41.63%96.08%-
XYZ58.2643.3761.8-
YUV180.34140.79174.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=41.46%
G=24.20%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514320300.420.170.04324.7183.6176.08
HexF58FCB02A114145544c
Octal365217313052214505124114
Binary11110101100011111100101101010101000110010100010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58FCB; }

 p { color: rgb(245,143,203); }

 H1.HeaderClassName
 {
   color: #F58FCB;
 }
 .AnyTagClassName
 {
   color: #F58FCB;
 }
</style>
background-color css

<style>
 a { background-color: #F58FCB; }

 a { background-color: rgb(245,143,203); }

 div.DivClassName
 {
   background-color: #F58FCB;
 }
 .BgClassName
 {
   background-color: #F58FCB;
 }
</style>
border-color css

<style>
 span { border-color: #F58FCB; }

 span { border-color: rgb(245,143,203); }

 td.TdClassName
 {
   border-color: #F58FCB;
 }
 .TagClassName
 {
   border-color: #F58FCB;
 }
</style>