#f57cc6

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

Shades of Tea Rose #F57CC6

Tints of Tea Rose #F57CC6

Color information

#F57CC6 (or 0xF57CC6) is unknown color: approx Tea Rose. HEX triplet: F5, 7C and C6. RGB value is (245,124,198). Sum of RGB (Red+Green+Blue) = 245+124+198=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CC6 is #0A8339. Grayscale: #A8A8A8. Windows color (decimal): -688954 or 13008117. OLE color: 13008117.

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

Color convert

RGB245124198-
CMYK00.490.190.04
HSL323.31º85.82%72.35%-
HSV(B)323.31º49.39%96.08%-
XYZ55.0637.957.84-
YUV168.62144.59182.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 124 (48.83% from 255) = 21.87%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=43.21%
G=21.87%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512419800.490.190.04323.3185.8272.35
HexF57CC60311341435648
Octal365174306061234503126110
Binary1111010111111001100011001100011001110010100001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57cc6; }

 p { color: rgb(245,124,198); }

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

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

 a { background-color: rgb(245,124,198); }

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

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

 span { border-color: rgb(245,124,198); }

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