#F57190

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

Shades of Deep Blush #F57190

Tints of Deep Blush #F57190

Color information

#F57190 (or 0xF57190) is unknown color: approx Deep Blush. HEX triplet: F5, 71 and 90. RGB value is (245,113,144). Sum of RGB (Red+Green+Blue) = 245+113+144=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F57190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57190 is #0A8E6F. Grayscale: #9C9C9C. Windows color (decimal): -691824 or 9466357. OLE color: 9466357.

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

Color convert

RGB245113144-
CMYK00.540.410.04
HSL345.91º86.84%70.2%-
HSV(B)345.91º53.88%96.08%-
XYZ48.633.2430.24-
YUV156121.23191.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=48.80%
G=22.51%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511314400.540.410.04345.9186.8470.2
HexF5719003629415a5746
Octal365161220066514532127106
Binary11110101111000110010000011011010100110010101101010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57190; }

 p { color: rgb(245,113,144); }

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

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

 a { background-color: rgb(245,113,144); }

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

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

 span { border-color: rgb(245,113,144); }

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