#F77984

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

Shades of Deep Blush #F77984

Tints of Deep Blush #F77984

Color information

#F77984 (or 0xF77984) is unknown color: approx Deep Blush. HEX triplet: F7, 79 and 84. RGB value is (247,121,132). Sum of RGB (Red+Green+Blue) = 247+121+132=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F77984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77984 is #08867B. Grayscale: #A0A0A0. Windows color (decimal): -558716 or 8681975. OLE color: 8681975.

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

Color convert

RGB247121132-
CMYK00.510.470.03
HSL354.76º88.73%72.16%-
HSV(B)354.76º51.01%96.86%-
XYZ49.3635.1126.01-
YUV159.93112.24190.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.4%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=49.4%
G=24.2%
B=26.4%

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
Decimal24712113200.510.470.03354.7688.7372.16
HexF779840332F31635948
Octal367171204063573543131110
Binary1111011111110011000010001100111011111110110001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77984; }

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

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

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

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

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

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

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

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