Html Css Color HEX #F47490 Deep Blush

📋 copy color: '#F47490'

red 244 ◦ green 116 ◦ blue 144

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

Shades of Deep Blush #F47490

Tints of Deep Blush #F47490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.02%

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

R = 48.41%
G = 23.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F47490 (or 0xF47490) is known color: Deep Blush. HEX triplet: F4, 74 and 90. RGB value is (244,116,144). Sum of RGB (Red+Green+Blue) = 244+116+144=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F47490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47490 is #0B8B6F. Grayscale: #9D9D9D. Windows color (decimal): -756592 or 9467124. OLE color: 9467124.

HSL color Cylindrical-coordinate representation of color #F47490: hue angle of 346.88º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F47490 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 144 -
CMYK 0 0.52 0.41 0.04
HSL 346.88º 0.85% 0.71% -
HSV(B) 346.88º 0.52% 0.96% -
XYZ 48.59 33.74 30.34 -
YUV 157.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 244 116 144 0 0.52 0.41 0.04 346.88 0.85 0.71
Hex F4 74 90 0 34 29 4 15B 55 47
Octal 364 164 220 0 64 51 4 533 125 107
Binary 11110100 1110100 10010000 0 110100 101001 100 101011011 1010101 1000111

Color Harmonies of #F47490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47490

Black with #F47490

Text Example


Text Example

White with #F47490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47490; }

 p { color: rgb(244,116,144); }

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

background-color css

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

 a { background-color: rgb(244,116,144); }

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

border-color css

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

 span { border-color: rgb(244,116,144); }

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