Html Css Color HEX #F47090 Deep Blush

📋 copy color: '#F47090'

red 244 ◦ green 112 ◦ blue 144

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

Shades of Deep Blush #F47090

Tints of Deep Blush #F47090

RGB

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

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

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

R = 48.8%
G = 22.4%
B = 28.8%

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

#F47090 (or 0xF47090) is known color: Deep Blush. HEX triplet: F4, 70 and 90. RGB value is (244,112,144). Sum of RGB (Red+Green+Blue) = 244+112+144=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F47090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47090 is #0B8F6F. Grayscale: #9B9B9B. Windows color (decimal): -757616 or 9466100. OLE color: 9466100.

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

Color convert

RGB 244 112 144 -
CMYK 0 0.54 0.41 0.04
HSL 345.45º 0.86% 0.7% -
HSV(B) 345.45º 0.54% 0.96% -
XYZ 48.14 32.84 30.19 -
YUV 155.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 244 112 144 0 0.54 0.41 0.04 345.45 0.86 0.7
Hex F4 70 90 0 36 29 4 159 56 46
Octal 364 160 220 0 66 51 4 531 126 106
Binary 11110100 1110000 10010000 0 110110 101001 100 101011001 1010110 1000110

Color Harmonies of #F47090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47090

Black with #F47090

Text Example


Text Example

White with #F47090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47090; }

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

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

background-color css

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

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

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

border-color css

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

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

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