#F57FCB

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

Shades of Tea Rose #F57FCB

Tints of Tea Rose #F57FCB

Color information

#F57FCB (or 0xF57FCB) is unknown color: approx Tea Rose. HEX triplet: F5, 7F and CB. RGB value is (245,127,203). Sum of RGB (Red+Green+Blue) = 245+127+203=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FCB is #0A8034. Grayscale: #AAAAAA. Windows color (decimal): -688181 or 13336565. OLE color: 13336565.

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

Color convert

RGB245127203-
CMYK00.480.170.04
HSL321.36º85.51%72.94%-
HSV(B)321.36º48.16%96.08%-
XYZ56.0338.961.06-
YUV170.95146.09180.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 127 (50% from 255) = 22.09%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=42.61%
G=22.09%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512720300.480.170.04321.3685.5172.94
HexF57FCB0301141415649
Octal365177313060214501126111
Binary1111010111111111100101101100001000110010100000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57FCB; }

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

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

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

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

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

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

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

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