Shades of Deep Blush #F16C84
Tints of Deep Blush #F16C84
RGB
CMYK
RGB Variations
Color information
#F16C84 (or 0xF16C84) is known color: Deep Blush. HEX triplet: F1, 6C and 84. RGB value is (241,108,132). Sum of RGB (Red+Green+Blue) = 241+108+132=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16C84 is #0E937B. Grayscale: #969696. Windows color (decimal): -955260 or 8678641. OLE color: 8678641.
HSL color Cylindrical-coordinate representation of color #F16C84: hue angle of 349.17º 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 #F16C84 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 132 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.05 |
| HSL | 349.17º | 0.83% | 0.68% | - |
| HSV(B) | 349.17º | 0.55% | 0.95% | - |
| XYZ | 45.8 | 31.09 | 25.42 | - |
| YUV | 150.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 132 | 0 | 0.55 | 0.45 | 0.05 | 349.17 | 0.83 | 0.68 |
| Hex | F1 | 6C | 84 | 0 | 37 | 2D | 5 | 15D | 53 | 44 |
| Octal | 361 | 154 | 204 | 0 | 67 | 55 | 5 | 535 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10000100 | 0 | 110111 | 101101 | 101 | 101011101 | 1010011 | 1000100 |
Color Harmonies of #F16C84
Complementary color
Monochromatic Colors of #F16C84
Black with #F16C84
Text Example
Text Example
White with #F16C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C84; }
p { color: rgb(241,108,132); }
H1.HeaderClassName
{
color: #F16C84;
}
.AnyTagClassName
{
color: #F16C84;
}
</style>
background-color css
<style>
a { background-color: #F16C84; }
a { background-color: rgb(241,108,132); }
div.DivClassName
{
background-color: #F16C84;
}
.BgClassName
{
background-color: #F16C84;
}
</style>
border-color css
<style>
span { border-color: #F16C84; }
span { border-color: rgb(241,108,132); }
td.TdClassName
{
border-color: #F16C84;
}
.TagClassName
{
border-color: #F16C84;
}
</style>