Html Css Color HEX #F77FD0 Tea Rose

📋 copy color: '#F77FD0'

red 247 ◦ green 127 ◦ blue 208

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

Shades of Tea Rose #F77FD0

Tints of Tea Rose #F77FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 42.44%
G = 21.82%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F77FD0 (or 0xF77FD0) is known color: Tea Rose. HEX triplet: F7, 7F and D0. RGB value is (247,127,208). Sum of RGB (Red+Green+Blue) = 247+127+208=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FD0 is #08802F. Grayscale: #ABABAB. Windows color (decimal): -557104 or 13664247. OLE color: 13664247.

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

Color convert

RGB 247 127 208 -
CMYK 0 0.49 0.16 0.03
HSL 319.5º 0.88% 0.73% -
HSV(B) 319.5º 0.49% 0.97% -
XYZ 57.33 39.51 64.28 -
YUV 172.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 247 127 208 0 0.49 0.16 0.03 319.5 0.88 0.73
Hex F7 7F D0 0 31 10 3 140 58 49
Octal 367 177 320 0 61 20 3 500 130 111
Binary 11110111 1111111 11010000 0 110001 10000 11 101000000 1011000 1001001

Color Harmonies of #F77FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FD0

Black with #F77FD0

Text Example


Text Example

White with #F77FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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