Shades of Deep Blush #F16F83
Tints of Deep Blush #F16F83
RGB
CMYK
RGB Variations
Color information
#F16F83 (or 0xF16F83) is known color: Deep Blush. HEX triplet: F1, 6F and 83. RGB value is (241,111,131). Sum of RGB (Red+Green+Blue) = 241+111+131=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16F83 is #0E907C. Grayscale: #989898. Windows color (decimal): -954493 or 8613873. OLE color: 8613873.
HSL color Cylindrical-coordinate representation of color #F16F83: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F83 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 131 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.05 |
| HSL | 350.77º | 0.82% | 0.69% | - |
| HSV(B) | 350.77º | 0.54% | 0.95% | - |
| XYZ | 46.06 | 31.71 | 25.17 | - |
| YUV | 152.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 131 | 0 | 0.54 | 0.46 | 0.05 | 350.77 | 0.82 | 0.69 |
| Hex | F1 | 6F | 83 | 0 | 36 | 2E | 5 | 15F | 52 | 45 |
| Octal | 361 | 157 | 203 | 0 | 66 | 56 | 5 | 537 | 122 | 105 |
| Binary | 11110001 | 1101111 | 10000011 | 0 | 110110 | 101110 | 101 | 101011111 | 1010010 | 1000101 |
Color Harmonies of #F16F83
Complementary color
Monochromatic Colors of #F16F83
Black with #F16F83
Text Example
Text Example
White with #F16F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F83; }
p { color: rgb(241,111,131); }
H1.HeaderClassName
{
color: #F16F83;
}
.AnyTagClassName
{
color: #F16F83;
}
</style>
background-color css
<style>
a { background-color: #F16F83; }
a { background-color: rgb(241,111,131); }
div.DivClassName
{
background-color: #F16F83;
}
.BgClassName
{
background-color: #F16F83;
}
</style>
border-color css
<style>
span { border-color: #F16F83; }
span { border-color: rgb(241,111,131); }
td.TdClassName
{
border-color: #F16F83;
}
.TagClassName
{
border-color: #F16F83;
}
</style>