Html Css Color HEX #F77FC9 Tea Rose

📋 copy color: '#F77FC9'

red 247 ◦ green 127 ◦ blue 201

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

Shades of Tea Rose #F77FC9

Tints of Tea Rose #F77FC9

RGB

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

 GREEN value IS 127 (50% from 255) = 22.09%

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

R = 42.96%
G = 22.09%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F77FC9 (or 0xF77FC9) is known color: Tea Rose. HEX triplet: F7, 7F and C9. RGB value is (247,127,201). Sum of RGB (Red+Green+Blue) = 247+127+201=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FC9 is #088036. Grayscale: #ABABAB. Windows color (decimal): -557111 or 13205495. OLE color: 13205495.

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

Color convert

RGB 247 127 201 -
CMYK 0 0.49 0.19 0.03
HSL 323º 0.88% 0.73% -
HSV(B) 323º 0.49% 0.97% -
XYZ 56.49 39.17 59.84 -
YUV 171.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 247 127 201 0 0.49 0.19 0.03 323 0.88 0.73
Hex F7 7F C9 0 31 13 3 143 58 49
Octal 367 177 311 0 61 23 3 503 130 111
Binary 11110111 1111111 11001001 0 110001 10011 11 101000011 1011000 1001001

Color Harmonies of #F77FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FC9

Black with #F77FC9

Text Example


Text Example

White with #F77FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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