#F57FC9

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

Shades of Tea Rose #F57FC9

Tints of Tea Rose #F57FC9

Color information

#F57FC9 (or 0xF57FC9) is unknown color: approx Tea Rose. HEX triplet: F5, 7F and C9. RGB value is (245,127,201). Sum of RGB (Red+Green+Blue) = 245+127+201=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FC9 is #0A8036. Grayscale: #AAAAAA. Windows color (decimal): -688183 or 13205493. OLE color: 13205493.

HSL color Cylindrical-coordinate representation of color #F57FC9: hue angle of 322.37º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245127201-
CMYK00.480.180.04
HSL322.37º85.51%72.94%-
HSV(B)322.37º48.16%96.08%-
XYZ55.7938.8159.81-
YUV170.72145.09180.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=42.76%
G=22.16%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512720100.480.180.04322.3785.5172.94
HexF57FC90301241425649
Octal365177311060224502126111
Binary1111010111111111100100101100001001010010100001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57FC9; }

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

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

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

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

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

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

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

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