Shades of Deep Blush #F16798
Tints of Deep Blush #F16798
RGB
CMYK
RGB Variations
Color information
#F16798 (or 0xF16798) is known color: Deep Blush. HEX triplet: F1, 67 and 98. RGB value is (241,103,152). Sum of RGB (Red+Green+Blue) = 241+103+152=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F16798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16798 is #0E9867. Grayscale: #959595. Windows color (decimal): -956520 or 9988081. OLE color: 9988081.
HSL color Cylindrical-coordinate representation of color #F16798: hue angle of 338.7º 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 #F16798 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 152 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.05 |
| HSL | 338.7º | 0.83% | 0.67% | - |
| HSV(B) | 338.7º | 0.57% | 0.95% | - |
| XYZ | 46.79 | 30.67 | 33.16 | - |
| YUV | 149.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 152 | 0 | 0.57 | 0.37 | 0.05 | 338.7 | 0.83 | 0.67 |
| Hex | F1 | 67 | 98 | 0 | 39 | 25 | 5 | 153 | 53 | 43 |
| Octal | 361 | 147 | 230 | 0 | 71 | 45 | 5 | 523 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10011000 | 0 | 111001 | 100101 | 101 | 101010011 | 1010011 | 1000011 |
Color Harmonies of #F16798
Complementary color
Monochromatic Colors of #F16798
Black with #F16798
Text Example
Text Example
White with #F16798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16798; }
p { color: rgb(241,103,152); }
H1.HeaderClassName
{
color: #F16798;
}
.AnyTagClassName
{
color: #F16798;
}
</style>
background-color css
<style>
a { background-color: #F16798; }
a { background-color: rgb(241,103,152); }
div.DivClassName
{
background-color: #F16798;
}
.BgClassName
{
background-color: #F16798;
}
</style>
border-color css
<style>
span { border-color: #F16798; }
span { border-color: rgb(241,103,152); }
td.TdClassName
{
border-color: #F16798;
}
.TagClassName
{
border-color: #F16798;
}
</style>