Html Css Color HEX #F77CC9 Tea Rose

📋 copy color: '#F77CC9'

red 247 ◦ green 124 ◦ blue 201

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

Shades of Tea Rose #F77CC9

Tints of Tea Rose #F77CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.68%

 BLUE value IS 201 (78.91% from 255) = 35.14%

R = 43.18%
G = 21.68%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F77CC9 (or 0xF77CC9) is known color: Tea Rose. HEX triplet: F7, 7C and C9. RGB value is (247,124,201). Sum of RGB (Red+Green+Blue) = 247+124+201=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CC9 is #088336. Grayscale: #A9A9A9. Windows color (decimal): -557879 or 13204727. OLE color: 13204727.

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

Color convert

RGB 247 124 201 -
CMYK 0 0.50 0.19 0.03
HSL 322.44º 0.88% 0.73% -
HSV(B) 322.44º 0.5% 0.97% -
XYZ 56.11 38.41 59.71 -
YUV 169.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 247 124 201 0 0.50 0.19 0.03 322.44 0.88 0.73
Hex F7 7C C9 0 32 13 3 142 58 49
Octal 367 174 311 0 62 23 3 502 130 111
Binary 11110111 1111100 11001001 0 110010 10011 11 101000010 1011000 1001001

Color Harmonies of #F77CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CC9

Black with #F77CC9

Text Example


Text Example

White with #F77CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CC9; }

 p { color: rgb(247,124,201); }

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

background-color css

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

 a { background-color: rgb(247,124,201); }

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

border-color css

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

 span { border-color: rgb(247,124,201); }

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