Html Css Color HEX #F77ECC Tea Rose

📋 copy color: '#F77ECC'

red 247 ◦ green 126 ◦ blue 204

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

Shades of Tea Rose #F77ECC

Tints of Tea Rose #F77ECC

RGB

 RED value IS 247 (96.88% from 255) = 42.81%

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

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

R = 42.81%
G = 21.84%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F77ECC (or 0xF77ECC) is known color: Tea Rose. HEX triplet: F7, 7E and CC. RGB value is (247,126,204). Sum of RGB (Red+Green+Blue) = 247+126+204=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECC is #088133. Grayscale: #AAAAAA. Windows color (decimal): -557364 or 13401847. OLE color: 13401847.

HSL color Cylindrical-coordinate representation of color #F77ECC: hue angle of 321.32º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77ECC is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 126 204 -
CMYK 0 0.49 0.17 0.03
HSL 321.32º 0.88% 0.73% -
HSV(B) 321.32º 0.49% 0.97% -
XYZ 56.72 39.06 61.68 -
YUV 171.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 247 126 204 0 0.49 0.17 0.03 321.32 0.88 0.73
Hex F7 7E CC 0 31 11 3 141 58 49
Octal 367 176 314 0 61 21 3 501 130 111
Binary 11110111 1111110 11001100 0 110001 10001 11 101000001 1011000 1001001

Color Harmonies of #F77ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ECC

Black with #F77ECC

Text Example


Text Example

White with #F77ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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