#F16D99

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

Shades of Deep Blush #F16D99

Tints of Deep Blush #F16D99

Color information

#F16D99 (or 0xF16D99) is unknown color: approx Deep Blush. HEX triplet: F1, 6D and 99. RGB value is (241,109,153). Sum of RGB (Red+Green+Blue) = 241+109+153=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D99 is #0E9266. Grayscale: #999999. Windows color (decimal): -954983 or 10055153. OLE color: 10055153.

HSL color Cylindrical-coordinate representation of color #F16D99: hue angle of 340º 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 #F16D99 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB241109153-
CMYK00.550.370.05
HSL340º82.5%68.63%-
HSV(B)340º54.77%94.51%-
XYZ47.4931.9433.8-
YUV153.48127.73190.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=47.91%
G=21.67%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110915300.550.370.0534082.568.63
HexF16D990372551545245
Octal361155231067455524122105
Binary11110001110110110011001011011110010110110101010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D99; }

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

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

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

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

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

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

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

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