#F16D8C

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

Shades of Deep Blush #F16D8C

Tints of Deep Blush #F16D8C

Color information

#F16D8C (or 0xF16D8C) is unknown color: approx Deep Blush. HEX triplet: F1, 6D and 8C. RGB value is (241,109,140). Sum of RGB (Red+Green+Blue) = 241+109+140=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16D8C is #0E9273. Grayscale: #989898. Windows color (decimal): -954996 or 9203185. OLE color: 9203185.

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

Color convert

RGB241109140-
CMYK00.550.420.05
HSL345.91º82.5%68.63%-
HSV(B)345.91º54.77%94.51%-
XYZ46.4831.5328.45-
YUV152121.23191.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=49.18%
G=22.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110914000.550.420.05345.9182.568.63
HexF16D8C0372A515a5245
Octal361155214067525532122105
Binary11110001110110110001100011011110101010110101101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D8C; }

 p { color: rgb(241,109,140); }

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

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

 a { background-color: rgb(241,109,140); }

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

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

 span { border-color: rgb(241,109,140); }

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