#F07984

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

Shades of Deep Blush #F07984

Tints of Deep Blush #F07984

Color information

#F07984 (or 0xF07984) is unknown color: approx Deep Blush. HEX triplet: F0, 79 and 84. RGB value is (240,121,132). Sum of RGB (Red+Green+Blue) = 240+121+132=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F07984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07984 is #0F867B. Grayscale: #9D9D9D. Windows color (decimal): -1017468 or 8681968. OLE color: 8681968.

HSL color Cylindrical-coordinate representation of color #F07984: hue angle of 354.45º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07984 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240121132-
CMYK00.500.450.06
HSL354.45º79.87%70.78%-
HSV(B)354.45º49.58%94.12%-
XYZ46.9433.8725.89-
YUV157.83113.42186.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.68%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=48.68%
G=24.54%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012113200.500.450.06354.4579.8770.78
HexF079840322D61625047
Octal360171204062556542120107
Binary11110000111100110000100011001010110111010110001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07984; }

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

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

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

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

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

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

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

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