#F47385

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

Shades of Deep Blush #F47385

Tints of Deep Blush #F47385

Color information

#F47385 (or 0xF47385) is unknown color: approx Deep Blush. HEX triplet: F4, 73 and 85. RGB value is (244,115,133). Sum of RGB (Red+Green+Blue) = 244+115+133=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F47385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47385 is #0B8C7A. Grayscale: #9B9B9B. Windows color (decimal): -756859 or 8745972. OLE color: 8745972.

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

Color convert

RGB244115133-
CMYK00.530.450.04
HSL351.63º85.43%70.39%-
HSV(B)351.63º52.87%95.69%-
XYZ47.6733.1926.08-
YUV155.62115.24191.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=49.59%
G=23.37%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411513300.530.450.04351.6385.4370.39
HexF473850352D41605546
Octal364163205065554540125106
Binary11110100111001110000101011010110110110010110000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47385; }

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

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

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

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

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

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

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

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