#F77884

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

Shades of Deep Blush #F77884

Tints of Deep Blush #F77884

Color information

#F77884 (or 0xF77884) is unknown color: approx Deep Blush. HEX triplet: F7, 78 and 84. RGB value is (247,120,132). Sum of RGB (Red+Green+Blue) = 247+120+132=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77884 is #08877B. Grayscale: #9F9F9F. Windows color (decimal): -558972 or 8681719. OLE color: 8681719.

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

Color convert

RGB247120132-
CMYK00.510.470.03
HSL354.33º88.81%71.96%-
HSV(B)354.33º51.42%96.86%-
XYZ49.2434.8725.97-
YUV159.34112.58190.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.50%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=49.50%
G=24.05%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712013200.510.470.03354.3388.8171.96
HexF778840332F31625948
Octal367170204063573542131110
Binary1111011111110001000010001100111011111110110001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77884; }

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

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

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

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

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

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

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

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