Html Css Color HEX #F77CC6 Tea Rose

📋 copy color: '#F77CC6'

red 247 ◦ green 124 ◦ blue 198

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

Shades of Tea Rose #F77CC6

Tints of Tea Rose #F77CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.8%

R = 43.41%
G = 21.79%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F77CC6 (or 0xF77CC6) is known color: Tea Rose. HEX triplet: F7, 7C and C6. RGB value is (247,124,198). Sum of RGB (Red+Green+Blue) = 247+124+198=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CC6 is #088339. Grayscale: #A9A9A9. Windows color (decimal): -557882 or 13008119. OLE color: 13008119.

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

Color convert

RGB 247 124 198 -
CMYK 0 0.50 0.20 0.03
HSL 323.9º 0.88% 0.73% -
HSV(B) 323.9º 0.5% 0.97% -
XYZ 55.76 38.27 57.87 -
YUV 169.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 247 124 198 0 0.50 0.20 0.03 323.9 0.88 0.73
Hex F7 7C C6 0 32 14 3 144 58 49
Octal 367 174 306 0 62 24 3 504 130 111
Binary 11110111 1111100 11000110 0 110010 10100 11 101000100 1011000 1001001

Color Harmonies of #F77CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CC6

Black with #F77CC6

Text Example


Text Example

White with #F77CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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