#F57984

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

Shades of Deep Blush #F57984

Tints of Deep Blush #F57984

Color information

#F57984 (or 0xF57984) is unknown color: approx Deep Blush. HEX triplet: F5, 79 and 84. RGB value is (245,121,132). Sum of RGB (Red+Green+Blue) = 245+121+132=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F57984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57984 is #0A867B. Grayscale: #9F9F9F. Windows color (decimal): -689788 or 8681973. OLE color: 8681973.

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

Color convert

RGB245121132-
CMYK00.510.460.04
HSL354.68º86.11%71.76%-
HSV(B)354.68º50.61%96.08%-
XYZ48.6634.7525.97-
YUV159.33112.58189.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=49.20%
G=24.30%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512113200.510.460.04354.6886.1171.76
HexF579840332E41635648
Octal365171204063564543126110
Binary11110101111100110000100011001110111010010110001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57984; }

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

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

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

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

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

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

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

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