#F58DCA

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

Shades of Tea Rose #F58DCA

Tints of Tea Rose #F58DCA

Color information

#F58DCA (or 0xF58DCA) is unknown color: approx Tea Rose. HEX triplet: F5, 8D and CA. RGB value is (245,141,202). Sum of RGB (Red+Green+Blue) = 245+141+202=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCA is #0A7235. Grayscale: #B2B2B2. Windows color (decimal): -684598 or 13274613. OLE color: 13274613.

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

Color convert

RGB245141202-
CMYK00.420.180.04
HSL324.81º83.87%75.69%-
HSV(B)324.81º42.45%96.08%-
XYZ57.8442.7361.08-
YUV179.05140.96175.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=41.67%
G=23.98%
B=34.35%

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
Decimal24514120200.420.180.04324.8183.8775.69
HexF58DCA02A124145544c
Octal365215312052224505124114
Binary11110101100011011100101001010101001010010100010110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DCA; }

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

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

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

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

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

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

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

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