#F16C8E

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

Shades of Deep Blush #F16C8E

Tints of Deep Blush #F16C8E

Color information

#F16C8E (or 0xF16C8E) is unknown color: approx Deep Blush. HEX triplet: F1, 6C and 8E. RGB value is (241,108,142). Sum of RGB (Red+Green+Blue) = 241+108+142=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C8E is #0E9371. Grayscale: #979797. Windows color (decimal): -955250 or 9334001. OLE color: 9334001.

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

Color convert

RGB241108142-
CMYK00.550.410.05
HSL344.66º82.61%68.43%-
HSV(B)344.66º55.19%94.51%-
XYZ46.5231.3829.2-
YUV151.64122.56191.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 108 (42.58% from 255) = 22.00%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=49.08%
G=22.00%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110814200.550.410.05344.6682.6168.43
HexF16C8E0372951595344
Octal361154216067515531123104
Binary11110001110110010001110011011110100110110101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C8E; }

 p { color: rgb(241,108,142); }

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

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

 a { background-color: rgb(241,108,142); }

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

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

 span { border-color: rgb(241,108,142); }

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