#F57193

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

Shades of Deep Blush #F57193

Tints of Deep Blush #F57193

Color information

#F57193 (or 0xF57193) is unknown color: approx Deep Blush. HEX triplet: F5, 71 and 93. RGB value is (245,113,147). Sum of RGB (Red+Green+Blue) = 245+113+147=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F57193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57193 is #0A8E6C. Grayscale: #9C9C9C. Windows color (decimal): -691821 or 9662965. OLE color: 9662965.

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

Color convert

RGB245113147-
CMYK00.540.40.04
HSL344.55º86.84%70.2%-
HSV(B)344.55º53.88%96.08%-
XYZ48.8333.3331.46-
YUV156.34122.73191.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=48.51%
G=22.38%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511314700.540.40.04344.5586.8470.2
HexF571930362841595746
Octal365161223066504531127106
Binary11110101111000110010011011011010100010010101100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57193; }

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

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

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

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

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

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

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

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