#F16B8D

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

Shades of Deep Blush #F16B8D

Tints of Deep Blush #F16B8D

Color information

#F16B8D (or 0xF16B8D) is unknown color: approx Deep Blush. HEX triplet: F1, 6B and 8D. RGB value is (241,107,141). Sum of RGB (Red+Green+Blue) = 241+107+141=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B8D is #0E9472. Grayscale: #969696. Windows color (decimal): -955507 or 9268209. OLE color: 9268209.

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

Color convert

RGB241107141-
CMYK00.560.410.05
HSL344.78º82.72%68.24%-
HSV(B)344.78º55.6%94.51%-
XYZ46.3431.1428.77-
YUV150.94122.39192.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=49.28%
G=21.88%
B=28.83%

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
Decimal24110714100.560.410.05344.7882.7268.24
HexF16B8D0382951595344
Octal361153215070515531123104
Binary11110001110101110001101011100010100110110101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B8D; }

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

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

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

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

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

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

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

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