#F47685

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

Shades of Deep Blush #F47685

Tints of Deep Blush #F47685

Color information

#F47685 (or 0xF47685) is unknown color: approx Deep Blush. HEX triplet: F4, 76 and 85. RGB value is (244,118,133). Sum of RGB (Red+Green+Blue) = 244+118+133=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F47685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47685 is #0B897A. Grayscale: #9D9D9D. Windows color (decimal): -756091 or 8746740. OLE color: 8746740.

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

Color convert

RGB244118133-
CMYK00.520.450.04
HSL352.86º85.14%70.98%-
HSV(B)352.86º51.64%95.69%-
XYZ48.0233.8826.2-
YUV157.38114.24189.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=49.29%
G=23.84%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411813300.520.450.04352.8685.1470.98
HexF476850342D41615547
Octal364166205064554541125107
Binary11110100111011010000101011010010110110010110000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47685; }

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

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

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

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

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

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

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

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