#F47885

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

Shades of Deep Blush #F47885

Tints of Deep Blush #F47885

Color information

#F47885 (or 0xF47885) is unknown color: approx Deep Blush. HEX triplet: F4, 78 and 85. RGB value is (244,120,133). Sum of RGB (Red+Green+Blue) = 244+120+133=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F47885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47885 is #0B877A. Grayscale: #9E9E9E. Windows color (decimal): -755579 or 8747252. OLE color: 8747252.

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

Color convert

RGB244120133-
CMYK00.510.450.04
HSL353.71º84.93%71.37%-
HSV(B)353.71º50.82%95.69%-
XYZ48.2634.3626.28-
YUV158.56113.58188.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.09%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=49.09%
G=24.14%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412013300.510.450.04353.7184.9371.37
HexF478850332D41625547
Octal364170205063554542125107
Binary11110100111100010000101011001110110110010110001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47885; }

 p { color: rgb(244,120,133); }

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

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

 a { background-color: rgb(244,120,133); }

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

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

 span { border-color: rgb(244,120,133); }

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