Html Css Color HEX #F57190 Deep Blush

📋 copy color: '#F57190'

red 245 ◦ green 113 ◦ blue 144

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

Shades of Deep Blush #F57190

Tints of Deep Blush #F57190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.51%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 48.8%
G = 22.51%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F57190 (or 0xF57190) is known color: 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

RGB 245 113 144 -
CMYK 0 0.54 0.41 0.04
HSL 345.91º 0.87% 0.7% -
HSV(B) 345.91º 0.54% 0.96% -
XYZ 48.6 33.24 30.24 -
YUV 156 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 245 113 144 0 0.54 0.41 0.04 345.91 0.87 0.7
Hex F5 71 90 0 36 29 4 15A 57 46
Octal 365 161 220 0 66 51 4 532 127 106
Binary 11110101 1110001 10010000 0 110110 101001 100 101011010 1010111 1000110

Color Harmonies of #F57190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57190

Black with #F57190

Text Example


Text Example

White with #F57190

Text Example


Text Example

HTML Codes & Css Web 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>