Shades of Deep Blush #F16799
Tints of Deep Blush #F16799
RGB
CMYK
RGB Variations
Color information
#F16799 (or 0xF16799) is known color: Deep Blush. HEX triplet: F1, 67 and 99. RGB value is (241,103,153). Sum of RGB (Red+Green+Blue) = 241+103+153=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F16799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16799 is #0E9866. Grayscale: #959595. Windows color (decimal): -956519 or 10053617. OLE color: 10053617.
HSL color Cylindrical-coordinate representation of color #F16799: hue angle of 338.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16799 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 153 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.05 |
| HSL | 338.26º | 0.83% | 0.67% | - |
| HSV(B) | 338.26º | 0.57% | 0.95% | - |
| XYZ | 46.88 | 30.7 | 33.59 | - |
| YUV | 149.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 153 | 0 | 0.57 | 0.37 | 0.05 | 338.26 | 0.83 | 0.67 |
| Hex | F1 | 67 | 99 | 0 | 39 | 25 | 5 | 152 | 53 | 43 |
| Octal | 361 | 147 | 231 | 0 | 71 | 45 | 5 | 522 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011001 | 0 | 111001 | 100101 | 101 | 101010010 | 1010011 | 1000011 |
Color Harmonies of #F16799
Complementary color
Monochromatic Colors of #F16799
Black with #F16799
Text Example
Text Example
White with #F16799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16799; }
p { color: rgb(241,103,153); }
H1.HeaderClassName
{
color: #F16799;
}
.AnyTagClassName
{
color: #F16799;
}
</style>
background-color css
<style>
a { background-color: #F16799; }
a { background-color: rgb(241,103,153); }
div.DivClassName
{
background-color: #F16799;
}
.BgClassName
{
background-color: #F16799;
}
</style>
border-color css
<style>
span { border-color: #F16799; }
span { border-color: rgb(241,103,153); }
td.TdClassName
{
border-color: #F16799;
}
.TagClassName
{
border-color: #F16799;
}
</style>