#F77ED0

Color #F77ED0 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F77ED0

Tints of Tea Rose #F77ED0

Color information

#F77ED0 (or 0xF77ED0) is unknown color: approx Tea Rose. HEX triplet: F7, 7E and D0. RGB value is (247,126,208). Sum of RGB (Red+Green+Blue) = 247+126+208=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ED0 is #08812F. Grayscale: #ABABAB. Windows color (decimal): -557360 or 13663991. OLE color: 13663991.

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

Color convert

RGB247126208-
CMYK00.490.160.03
HSL319.34º88.32%73.14%-
HSV(B)319.34º48.99%96.86%-
XYZ57.239.2564.24-
YUV171.53148.59181.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.51%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=42.51%
G=21.69%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712620800.490.160.03319.3488.3273.14
HexF77ED003110313f5849
Octal367176320061203477130111
Binary111101111111110110100000110001100001110011111110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77ED0; }

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

 H1.HeaderClassName
 {
   color: #F77ED0;
 }
 .AnyTagClassName
 {
   color: #F77ED0;
 }
</style>
background-color css

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

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

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

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

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

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