#F16A95

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

Shades of Deep Blush #F16A95

Tints of Deep Blush #F16A95

Color information

#F16A95 (or 0xF16A95) is unknown color: approx Deep Blush. HEX triplet: F1, 6A and 95. RGB value is (241,106,149). Sum of RGB (Red+Green+Blue) = 241+106+149=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A95 is #0E956A. Grayscale: #979797. Windows color (decimal): -955755 or 9792241. OLE color: 9792241.

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

Color convert

RGB241106149-
CMYK00.560.380.05
HSL340.89º82.82%68.04%-
HSV(B)340.89º56.02%94.51%-
XYZ46.8531.1831.98-
YUV151.27126.73192-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=48.59%
G=21.37%
B=30.04%

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
Decimal24110614900.560.380.05340.8982.8268.04
HexF16A950382651555344
Octal361152225070465525123104
Binary11110001110101010010101011100010011010110101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A95; }

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

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

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

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

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

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

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

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