Html Css Color HEX #F57292 Deep Blush

📋 copy color: '#F57292'

red 245 ◦ green 114 ◦ blue 146

#F57292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F57292

Tints of Deep Blush #F57292

RGB

 RED value IS 245 (96.09% from 255) = 48.51%

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 146 (57.42% from 255) = 28.91%

R = 48.51%
G = 22.57%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F57292 (or 0xF57292) is known color: Deep Blush. HEX triplet: F5, 72 and 92. RGB value is (245,114,146). Sum of RGB (Red+Green+Blue) = 245+114+146=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F57292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57292 is #0A8D6D. Grayscale: #9C9C9C. Windows color (decimal): -691566 or 9597685. OLE color: 9597685.

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

Color convert

RGB 245 114 146 -
CMYK 0 0.53 0.40 0.04
HSL 345.34º 0.87% 0.7% -
HSV(B) 345.34º 0.53% 0.96% -
XYZ 48.86 33.52 31.09 -
YUV 156.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 245 114 146 0 0.53 0.40 0.04 345.34 0.87 0.7
Hex F5 72 92 0 35 28 4 159 57 46
Octal 365 162 222 0 65 50 4 531 127 106
Binary 11110101 1110010 10010010 0 110101 101000 100 101011001 1010111 1000110

Color Harmonies of #F57292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57292

Black with #F57292

Text Example


Text Example

White with #F57292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57292; }

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

 H1.HeaderClassName
 {
   color: #F57292;
 }
 .AnyTagClassName
 {
   color: #F57292;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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