#F16F95

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

Shades of Deep Blush #F16F95

Tints of Deep Blush #F16F95

Color information

#F16F95 (or 0xF16F95) is unknown color: approx Deep Blush. HEX triplet: F1, 6F and 95. RGB value is (241,111,149). Sum of RGB (Red+Green+Blue) = 241+111+149=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F95 is #0E906A. Grayscale: #9A9A9A. Windows color (decimal): -954475 or 9793521. OLE color: 9793521.

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

Color convert

RGB241111149-
CMYK00.540.380.05
HSL342.46º82.28%69.02%-
HSV(B)342.46º53.94%94.51%-
XYZ47.3832.2432.16-
YUV154.2125.07189.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=48.10%
G=22.16%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111114900.540.380.05342.4682.2869.02
HexF16F950362651565245
Octal361157225066465526122105
Binary11110001110111110010101011011010011010110101011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F95; }

 p { color: rgb(241,111,149); }

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

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

 a { background-color: rgb(241,111,149); }

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

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

 span { border-color: rgb(241,111,149); }

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