#F57DCD

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

Shades of Tea Rose #F57DCD

Tints of Tea Rose #F57DCD

Color information

#F57DCD (or 0xF57DCD) is unknown color: approx Tea Rose. HEX triplet: F5, 7D and CD. RGB value is (245,125,205). Sum of RGB (Red+Green+Blue) = 245+125+205=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DCD is #0A8232. Grayscale: #A9A9A9. Windows color (decimal): -688691 or 13467125. OLE color: 13467125.

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

Color convert

RGB245125205-
CMYK00.490.160.04
HSL320º85.71%72.55%-
HSV(B)320º48.98%96.08%-
XYZ56.0138.4962.23-
YUV170147.76181.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 125 (49.22% from 255) = 21.74%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=42.61%
G=21.74%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512520500.490.160.0432085.7172.55
HexF57DCD0311041405649
Octal365175315061204500126111
Binary1111010111111011100110101100011000010010100000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DCD; }

 p { color: rgb(245,125,205); }

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

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

 a { background-color: rgb(245,125,205); }

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

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

 span { border-color: rgb(245,125,205); }

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