#F77ECF

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

Shades of Tea Rose #F77ECF

Tints of Tea Rose #F77ECF

Color information

#F77ECF (or 0xF77ECF) is unknown color: approx Tea Rose. HEX triplet: F7, 7E and CF. RGB value is (247,126,207). Sum of RGB (Red+Green+Blue) = 247+126+207=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECF is #088130. Grayscale: #ABABAB. Windows color (decimal): -557361 or 13598455. OLE color: 13598455.

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

Color convert

RGB247126207-
CMYK00.490.160.03
HSL319.83º88.32%73.14%-
HSV(B)319.83º48.99%96.86%-
XYZ57.0839.263.59-
YUV171.41148.09181.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.59%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=42.59%
G=21.72%
B=35.69%

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
Decimal24712620700.490.160.03319.8388.3273.14
HexF77ECF0311031405849
Octal367176317061203500130111
Binary111101111111110110011110110001100001110100000010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77ECF; }

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

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

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

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

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

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

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

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