Html Css Color HEX #F57091 Deep Blush

📋 copy color: '#F57091'

red 245 ◦ green 112 ◦ blue 145

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

Shades of Deep Blush #F57091

Tints of Deep Blush #F57091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 48.8%
G = 22.31%
B = 28.88%

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

#F57091 (or 0xF57091) is known color: Deep Blush. HEX triplet: F5, 70 and 91. RGB value is (245,112,145). Sum of RGB (Red+Green+Blue) = 245+112+145=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F57091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57091 is #0A8F6E. Grayscale: #9B9B9B. Windows color (decimal): -692079 or 9531637. OLE color: 9531637.

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

Color convert

RGB 245 112 145 -
CMYK 0 0.54 0.41 0.04
HSL 345.11º 0.87% 0.7% -
HSV(B) 345.11º 0.54% 0.96% -
XYZ 48.56 33.05 30.61 -
YUV 155.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 245 112 145 0 0.54 0.41 0.04 345.11 0.87 0.7
Hex F5 70 91 0 36 29 4 159 57 46
Octal 365 160 221 0 66 51 4 531 127 106
Binary 11110101 1110000 10010001 0 110110 101001 100 101011001 1010111 1000110

Color Harmonies of #F57091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57091

Black with #F57091

Text Example


Text Example

White with #F57091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57091; }

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

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

background-color css

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

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

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

border-color css

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

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

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