Html Css Color HEX #F77CCE Tea Rose

📋 copy color: '#F77CCE'

red 247 ◦ green 124 ◦ blue 206

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

Shades of Tea Rose #F77CCE

Tints of Tea Rose #F77CCE

RGB

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

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

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

R = 42.81%
G = 21.49%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F77CCE (or 0xF77CCE) is known color: Tea Rose. HEX triplet: F7, 7C and CE. RGB value is (247,124,206). Sum of RGB (Red+Green+Blue) = 247+124+206=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCE is #088331. Grayscale: #A9A9A9. Windows color (decimal): -557874 or 13532407. OLE color: 13532407.

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

Color convert

RGB 247 124 206 -
CMYK 0 0.50 0.17 0.03
HSL 320º 0.88% 0.73% -
HSV(B) 320º 0.5% 0.97% -
XYZ 56.71 38.65 62.86 -
YUV 170.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 247 124 206 0 0.50 0.17 0.03 320 0.88 0.73
Hex F7 7C CE 0 32 11 3 140 58 49
Octal 367 174 316 0 62 21 3 500 130 111
Binary 11110111 1111100 11001110 0 110010 10001 11 101000000 1011000 1001001

Color Harmonies of #F77CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CCE

Black with #F77CCE

Text Example


Text Example

White with #F77CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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