#F57286

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

Shades of Deep Blush #F57286

Tints of Deep Blush #F57286

Color information

#F57286 (or 0xF57286) is unknown color: approx Deep Blush. HEX triplet: F5, 72 and 86. RGB value is (245,114,134). Sum of RGB (Red+Green+Blue) = 245+114+134=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57286 is #0A8D79. Grayscale: #9B9B9B. Windows color (decimal): -691578 or 8811253. OLE color: 8811253.

HSL color Cylindrical-coordinate representation of color #F57286: hue angle of 350.84º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57286 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245114134-
CMYK00.530.450.04
HSL350.84º86.75%70.39%-
HSV(B)350.84º53.47%96.08%-
XYZ47.9833.1726.43-
YUV155.45115.9191.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=49.70%
G=23.12%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511413400.530.450.04350.8486.7570.39
HexF572860352D415f5746
Octal365162206065554537127106
Binary11110101111001010000110011010110110110010101111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57286; }

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

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

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

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

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

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

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

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