#F57191

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

Shades of Deep Blush #F57191

Tints of Deep Blush #F57191

Color information

#F57191 (or 0xF57191) is unknown color: approx Deep Blush. HEX triplet: F5, 71 and 91. RGB value is (245,113,145). Sum of RGB (Red+Green+Blue) = 245+113+145=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F57191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57191 is #0A8E6E. Grayscale: #9C9C9C. Windows color (decimal): -691823 or 9531893. OLE color: 9531893.

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

Color convert

RGB245113145-
CMYK00.540.410.04
HSL345.45º86.84%70.2%-
HSV(B)345.45º53.88%96.08%-
XYZ48.6733.2730.64-
YUV156.12121.73191.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=48.71%
G=22.47%
B=28.83%

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
Decimal24511314500.540.410.04345.4586.8470.2
HexF571910362941595746
Octal365161221066514531127106
Binary11110101111000110010001011011010100110010101100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57191; }

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

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

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

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

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

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

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

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