Html Css Color HEX #F57290 Deep Blush

📋 copy color: '#F57290'

red 245 ◦ green 114 ◦ blue 144

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

Shades of Deep Blush #F57290

Tints of Deep Blush #F57290

RGB

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

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

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

R = 48.71%
G = 22.66%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F57290 (or 0xF57290) is known color: Deep Blush. HEX triplet: F5, 72 and 90. RGB value is (245,114,144). Sum of RGB (Red+Green+Blue) = 245+114+144=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F57290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57290 is #0A8D6F. Grayscale: #9C9C9C. Windows color (decimal): -691568 or 9466613. OLE color: 9466613.

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

Color convert

RGB 245 114 144 -
CMYK 0 0.53 0.41 0.04
HSL 346.26º 0.87% 0.7% -
HSV(B) 346.26º 0.53% 0.96% -
XYZ 48.71 33.46 30.28 -
YUV 156.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 245 114 144 0 0.53 0.41 0.04 346.26 0.87 0.7
Hex F5 72 90 0 35 29 4 15A 57 46
Octal 365 162 220 0 65 51 4 532 127 106
Binary 11110101 1110010 10010000 0 110101 101001 100 101011010 1010111 1000110

Color Harmonies of #F57290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57290

Black with #F57290

Text Example


Text Example

White with #F57290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57290; }

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

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

background-color css

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

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

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

border-color css

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

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

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