#F77886

Color #F77886 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F77886

Tints of Deep Blush #F77886

Color information

#F77886 (or 0xF77886) is unknown color: approx Deep Blush. HEX triplet: F7, 78 and 86. RGB value is (247,120,134). Sum of RGB (Red+Green+Blue) = 247+120+134=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F77886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77886 is #088779. Grayscale: #9F9F9F. Windows color (decimal): -558970 or 8812791. OLE color: 8812791.

HSL color Cylindrical-coordinate representation of color #F77886: hue angle of 353.39º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77886 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247120134-
CMYK00.510.460.03
HSL353.39º88.81%71.96%-
HSV(B)353.39º51.42%96.86%-
XYZ49.3834.9326.69-
YUV159.57113.58190.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=49.30%
G=23.95%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712013400.510.460.03353.3988.8171.96
HexF778860332E31615948
Octal367170206063563541131110
Binary1111011111110001000011001100111011101110110000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77886; }

 p { color: rgb(247,120,134); }

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

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

 a { background-color: rgb(247,120,134); }

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

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

 span { border-color: rgb(247,120,134); }

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