Html Css Color HEX #F77DCE Tea Rose

📋 copy color: '#F77DCE'

red 247 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #F77DCE

Tints of Tea Rose #F77DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.63%

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

R = 42.73%
G = 21.63%
B = 35.64%

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

#F77DCE (or 0xF77DCE) is known color: Tea Rose. HEX triplet: F7, 7D and CE. RGB value is (247,125,206). Sum of RGB (Red+Green+Blue) = 247+125+206=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DCE is #088231. Grayscale: #AAAAAA. Windows color (decimal): -557618 or 13532663. OLE color: 13532663.

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

Color convert

RGB 247 125 206 -
CMYK 0 0.49 0.17 0.03
HSL 320.16º 0.88% 0.73% -
HSV(B) 320.16º 0.49% 0.97% -
XYZ 56.83 38.9 62.91 -
YUV 170.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 247 125 206 0 0.49 0.17 0.03 320.16 0.88 0.73
Hex F7 7D CE 0 31 11 3 140 58 49
Octal 367 175 316 0 61 21 3 500 130 111
Binary 11110111 1111101 11001110 0 110001 10001 11 101000000 1011000 1001001

Color Harmonies of #F77DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DCE

Black with #F77DCE

Text Example


Text Example

White with #F77DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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