#F57986

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

Shades of Deep Blush #F57986

Tints of Deep Blush #F57986

Color information

#F57986 (or 0xF57986) is unknown color: approx Deep Blush. HEX triplet: F5, 79 and 86. RGB value is (245,121,134). Sum of RGB (Red+Green+Blue) = 245+121+134=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F57986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57986 is #0A8679. Grayscale: #9F9F9F. Windows color (decimal): -689786 or 8813045. OLE color: 8813045.

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

Color convert

RGB245121134-
CMYK00.510.450.04
HSL353.71º86.11%71.76%-
HSV(B)353.71º50.61%96.08%-
XYZ48.834.8126.7-
YUV159.56113.58188.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=49%
G=24.2%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512113400.510.450.04353.7186.1171.76
HexF579860332D41625648
Octal365171206063554542126110
Binary11110101111100110000110011001110110110010110001010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57986; }

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

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

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

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

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

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

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

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