#F47190

Color #F47190 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F47190

Tints of Deep Blush #F47190

Color information

#F47190 (or 0xF47190) is unknown color: approx Deep Blush. HEX triplet: F4, 71 and 90. RGB value is (244,113,144). Sum of RGB (Red+Green+Blue) = 244+113+144=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F47190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47190 is #0B8E6F. Grayscale: #9B9B9B. Windows color (decimal): -757360 or 9466356. OLE color: 9466356.

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

Color convert

RGB244113144-
CMYK00.540.410.04
HSL345.8º85.62%70%-
HSV(B)345.8º53.69%95.69%-
XYZ48.2533.0630.22-
YUV155.7121.4190.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=48.70%
G=22.55%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411314400.540.410.04345.885.6270
HexF4719003629415a5646
Octal364161220066514532126106
Binary11110100111000110010000011011010100110010101101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47190; }

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

 H1.HeaderClassName
 {
   color: #F47190;
 }
 .AnyTagClassName
 {
   color: #F47190;
 }
</style>
background-color css

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

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

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

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

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

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