#F57096

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

Shades of Deep Blush #F57096

Tints of Deep Blush #F57096

Color information

#F57096 (or 0xF57096) is unknown color: approx Deep Blush. HEX triplet: F5, 70 and 96. RGB value is (245,112,150). Sum of RGB (Red+Green+Blue) = 245+112+150=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57096 is #0A8F69. Grayscale: #9C9C9C. Windows color (decimal): -692074 or 9859317. OLE color: 9859317.

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

Color convert

RGB245112150-
CMYK00.540.390.04
HSL342.86º86.93%70%-
HSV(B)342.86º54.29%96.08%-
XYZ48.9633.232.68-
YUV156.1124.56191.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=48.32%
G=22.09%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511215000.540.390.04342.8686.9370
HexF570960362741575746
Octal365160226066474527127106
Binary11110101111000010010110011011010011110010101011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57096; }

 p { color: rgb(245,112,150); }

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

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

 a { background-color: rgb(245,112,150); }

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

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

 span { border-color: rgb(245,112,150); }

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