#F47094

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

Shades of Deep Blush #F47094

Tints of Deep Blush #F47094

Color information

#F47094 (or 0xF47094) is unknown color: approx Deep Blush. HEX triplet: F4, 70 and 94. RGB value is (244,112,148). Sum of RGB (Red+Green+Blue) = 244+112+148=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F47094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47094 is #0B8F6B. Grayscale: #9B9B9B. Windows color (decimal): -757612 or 9728244. OLE color: 9728244.

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

Color convert

RGB244112148-
CMYK00.540.390.04
HSL343.64º85.71%69.8%-
HSV(B)343.64º54.1%95.69%-
XYZ48.4532.9631.83-
YUV155.57123.73191.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.41%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=48.41%
G=22.22%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411214800.540.390.04343.6485.7169.8
HexF470940362741585646
Octal364160224066474530126106
Binary11110100111000010010100011011010011110010101100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47094; }

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

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

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

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

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

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

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

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