#F16996

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

Shades of Deep Blush #F16996

Tints of Deep Blush #F16996

Color information

#F16996 (or 0xF16996) is unknown color: approx Deep Blush. HEX triplet: F1, 69 and 96. RGB value is (241,105,150). Sum of RGB (Red+Green+Blue) = 241+105+150=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F16996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16996 is #0E9669. Grayscale: #969696. Windows color (decimal): -956010 or 9857521. OLE color: 9857521.

HSL color Cylindrical-coordinate representation of color #F16996: hue angle of 340.15º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16996 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241105150-
CMYK00.560.380.05
HSL340.15º82.93%67.84%-
HSV(B)340.15º56.43%94.51%-
XYZ46.8331.0132.37-
YUV150.79127.56192.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=48.59%
G=21.17%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110515000.560.380.05340.1582.9367.84
HexF169960382651545344
Octal361151226070465524123104
Binary11110001110100110010110011100010011010110101010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16996; }

 p { color: rgb(241,105,150); }

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

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

 a { background-color: rgb(241,105,150); }

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

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

 span { border-color: rgb(241,105,150); }

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