#F58DC9

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

Shades of Tea Rose #F58DC9

Tints of Tea Rose #F58DC9

Color information

#F58DC9 (or 0xF58DC9) is unknown color: approx Tea Rose. HEX triplet: F5, 8D and C9. RGB value is (245,141,201). Sum of RGB (Red+Green+Blue) = 245+141+201=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DC9 is #0A7236. Grayscale: #B2B2B2. Windows color (decimal): -684599 or 13209077. OLE color: 13209077.

HSL color Cylindrical-coordinate representation of color #F58DC9: hue angle of 325.38º 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 #F58DC9 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245141201-
CMYK00.420.180.04
HSL325.38º83.87%75.69%-
HSV(B)325.38º42.45%96.08%-
XYZ57.7242.6860.45-
YUV178.94140.46175.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=41.74%
G=24.02%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514120100.420.180.04325.3883.8775.69
HexF58DC902A124145544c
Octal365215311052224505124114
Binary11110101100011011100100101010101001010010100010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DC9; }

 p { color: rgb(245,141,201); }

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

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

 a { background-color: rgb(245,141,201); }

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

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

 span { border-color: rgb(245,141,201); }

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