Html Css Color HEX #F57096 Deep Blush

📋 copy color: '#F57096'

red 245 ◦ green 112 ◦ blue 150

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

Shades of Deep Blush #F57096

Tints of Deep Blush #F57096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 48.32%
G = 22.09%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F57096 (or 0xF57096) is known color: Deep Blush. HEX triplet: F5, 70 and 96. RGB value is (245,112,150). Sum of RGB (Red+Green+Blue) = 245+112+150=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F57096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57096 is #0A8F69. Grayscale: #9C9C9C. Windows color (decimal): -692074 or 9859317. OLE color: 9859317.

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

Color convert

RGB 245 112 150 -
CMYK 0 0.54 0.39 0.04
HSL 342.86º 0.87% 0.7% -
HSV(B) 342.86º 0.54% 0.96% -
XYZ 48.96 33.2 32.68 -
YUV 156.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 245 112 150 0 0.54 0.39 0.04 342.86 0.87 0.7
Hex F5 70 96 0 36 27 4 157 57 46
Octal 365 160 226 0 66 47 4 527 127 106
Binary 11110101 1110000 10010110 0 110110 100111 100 101010111 1010111 1000110

Color Harmonies of #F57096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57096

Black with #F57096

Text Example


Text Example

White with #F57096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57096; }

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

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

background-color css

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

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

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

border-color css

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

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

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