Html Css Color HEX #F77FCE Tea Rose

📋 copy color: '#F77FCE'

red 247 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #F77FCE

Tints of Tea Rose #F77FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 42.59%
G = 21.9%
B = 35.52%

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

#F77FCE (or 0xF77FCE) is known color: Tea Rose. HEX triplet: F7, 7F and CE. RGB value is (247,127,206). Sum of RGB (Red+Green+Blue) = 247+127+206=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FCE is #088031. Grayscale: #ABABAB. Windows color (decimal): -557106 or 13533175. OLE color: 13533175.

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

Color convert

RGB 247 127 206 -
CMYK 0 0.49 0.17 0.03
HSL 320.5º 0.88% 0.73% -
HSV(B) 320.5º 0.49% 0.97% -
XYZ 57.09 39.41 62.99 -
YUV 171.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 247 127 206 0 0.49 0.17 0.03 320.5 0.88 0.73
Hex F7 7F CE 0 31 11 3 140 58 49
Octal 367 177 316 0 61 21 3 500 130 111
Binary 11110111 1111111 11001110 0 110001 10001 11 101000000 1011000 1001001

Color Harmonies of #F77FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FCE

Black with #F77FCE

Text Example


Text Example

White with #F77FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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