Html Css Color HEX #F47391 Deep Blush

📋 copy color: '#F47391'

red 244 ◦ green 115 ◦ blue 145

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

Shades of Deep Blush #F47391

Tints of Deep Blush #F47391

RGB

 RED value IS 244 (95.7% from 255) = 48.41%

 GREEN value IS 115 (45.31% from 255) = 22.82%

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

R = 48.41%
G = 22.82%
B = 28.77%

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

#F47391 (or 0xF47391) is known color: Deep Blush. HEX triplet: F4, 73 and 91. RGB value is (244,115,145). Sum of RGB (Red+Green+Blue) = 244+115+145=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F47391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47391 is #0B8C6E. Grayscale: #9D9D9D. Windows color (decimal): -756847 or 9532404. OLE color: 9532404.

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

Color convert

RGB 244 115 145 -
CMYK 0 0.53 0.41 0.04
HSL 346.05º 0.85% 0.7% -
HSV(B) 346.05º 0.53% 0.96% -
XYZ 48.55 33.54 30.7 -
YUV 156.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 244 115 145 0 0.53 0.41 0.04 346.05 0.85 0.7
Hex F4 73 91 0 35 29 4 15A 55 46
Octal 364 163 221 0 65 51 4 532 125 106
Binary 11110100 1110011 10010001 0 110101 101001 100 101011010 1010101 1000110

Color Harmonies of #F47391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47391

Black with #F47391

Text Example


Text Example

White with #F47391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47391; }

 p { color: rgb(244,115,145); }

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

background-color css

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

 a { background-color: rgb(244,115,145); }

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

border-color css

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

 span { border-color: rgb(244,115,145); }

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