#F16D84

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

Shades of Deep Blush #F16D84

Tints of Deep Blush #F16D84

Color information

#F16D84 (or 0xF16D84) is unknown color: approx Deep Blush. HEX triplet: F1, 6D and 84. RGB value is (241,109,132). Sum of RGB (Red+Green+Blue) = 241+109+132=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D84 is #0E927B. Grayscale: #979797. Windows color (decimal): -955004 or 8678897. OLE color: 8678897.

HSL color Cylindrical-coordinate representation of color #F16D84: hue angle of 349.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16D84 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB241109132-
CMYK00.550.450.05
HSL349.55º82.5%68.63%-
HSV(B)349.55º54.77%94.51%-
XYZ45.9131.325.45-
YUV151.09117.23192.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=50%
G=22.61%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110913200.550.450.05349.5582.568.63
HexF16D840372D515e5245
Octal361155204067555536122105
Binary11110001110110110000100011011110110110110101111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D84; }

 p { color: rgb(241,109,132); }

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

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

 a { background-color: rgb(241,109,132); }

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

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

 span { border-color: rgb(241,109,132); }

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