#F16A8D

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

Shades of Deep Blush #F16A8D

Tints of Deep Blush #F16A8D

Color information

#F16A8D (or 0xF16A8D) is unknown color: approx Deep Blush. HEX triplet: F1, 6A and 8D. RGB value is (241,106,141). Sum of RGB (Red+Green+Blue) = 241+106+141=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A8D is #0E9572. Grayscale: #969696. Windows color (decimal): -955763 or 9267953. OLE color: 9267953.

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

Color convert

RGB241106141-
CMYK00.560.410.05
HSL344.44º82.82%68.04%-
HSV(B)344.44º56.02%94.51%-
XYZ46.2430.9328.73-
YUV150.36122.73192.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=49.39%
G=21.72%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110614100.560.410.05344.4482.8268.04
HexF16A8D0382951585344
Octal361152215070515530123104
Binary11110001110101010001101011100010100110110101100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A8D; }

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

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

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

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

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

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

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

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