Shades of Deep Blush #F16A98
Tints of Deep Blush #F16A98
RGB
CMYK
RGB Variations
Color information
#F16A98 (or 0xF16A98) is known color: Deep Blush. HEX triplet: F1, 6A and 98. RGB value is (241,106,152). Sum of RGB (Red+Green+Blue) = 241+106+152=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A98 is #0E9567. Grayscale: #979797. Windows color (decimal): -955752 or 9988849. OLE color: 9988849.
HSL color Cylindrical-coordinate representation of color #F16A98: hue angle of 339.56º 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 #F16A98 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 152 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.05 |
| HSL | 339.56º | 0.83% | 0.68% | - |
| HSV(B) | 339.56º | 0.56% | 0.95% | - |
| XYZ | 47.1 | 31.28 | 33.26 | - |
| YUV | 151.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 152 | 0 | 0.56 | 0.37 | 0.05 | 339.56 | 0.83 | 0.68 |
| Hex | F1 | 6A | 98 | 0 | 38 | 25 | 5 | 154 | 53 | 44 |
| Octal | 361 | 152 | 230 | 0 | 70 | 45 | 5 | 524 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10011000 | 0 | 111000 | 100101 | 101 | 101010100 | 1010011 | 1000100 |
Color Harmonies of #F16A98
Complementary color
Monochromatic Colors of #F16A98
Black with #F16A98
Text Example
Text Example
White with #F16A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16A98; }
p { color: rgb(241,106,152); }
H1.HeaderClassName
{
color: #F16A98;
}
.AnyTagClassName
{
color: #F16A98;
}
</style>
background-color css
<style>
a { background-color: #F16A98; }
a { background-color: rgb(241,106,152); }
div.DivClassName
{
background-color: #F16A98;
}
.BgClassName
{
background-color: #F16A98;
}
</style>
border-color css
<style>
span { border-color: #F16A98; }
span { border-color: rgb(241,106,152); }
td.TdClassName
{
border-color: #F16A98;
}
.TagClassName
{
border-color: #F16A98;
}
</style>