Html Css Color HEX #F57ECC Tea Rose

📋 copy color: '#F57ECC'

red 245 ◦ green 126 ◦ blue 204

#F57ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F57ECC

Tints of Tea Rose #F57ECC

RGB

 RED value IS 245 (96.09% from 255) = 42.61%

 GREEN value IS 126 (49.61% from 255) = 21.91%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 42.61%
G = 21.91%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F57ECC (or 0xF57ECC) is known color: Tea Rose. HEX triplet: F5, 7E and CC. RGB value is (245,126,204). Sum of RGB (Red+Green+Blue) = 245+126+204=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ECC is #0A8133. Grayscale: #AAAAAA. Windows color (decimal): -688436 or 13401845. OLE color: 13401845.

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

Color convert

RGB 245 126 204 -
CMYK 0 0.49 0.17 0.04
HSL 320.67º 0.86% 0.73% -
HSV(B) 320.67º 0.49% 0.96% -
XYZ 56.02 38.69 61.64 -
YUV 170.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 245 126 204 0 0.49 0.17 0.04 320.67 0.86 0.73
Hex F5 7E CC 0 31 11 4 141 56 49
Octal 365 176 314 0 61 21 4 501 126 111
Binary 11110101 1111110 11001100 0 110001 10001 100 101000001 1010110 1001001

Color Harmonies of #F57ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ECC

Black with #F57ECC

Text Example


Text Example

White with #F57ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57ECC; }

 p { color: rgb(245,126,204); }

 H1.HeaderClassName
 {
   color: #F57ECC;
 }
 .AnyTagClassName
 {
   color: #F57ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,126,204); }

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

border-color css

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

 span { border-color: rgb(245,126,204); }

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