Shades of Deep Blush #F16792
Tints of Deep Blush #F16792
RGB
CMYK
RGB Variations
Color information
#F16792 (or 0xF16792) is known color: Deep Blush. HEX triplet: F1, 67 and 92. RGB value is (241,103,146). Sum of RGB (Red+Green+Blue) = 241+103+146=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F16792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16792 is #0E986D. Grayscale: #959595. Windows color (decimal): -956526 or 9594865. OLE color: 9594865.
HSL color Cylindrical-coordinate representation of color #F16792: hue angle of 341.3º 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 #F16792 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 146 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.05 |
| HSL | 341.3º | 0.83% | 0.67% | - |
| HSV(B) | 341.3º | 0.57% | 0.95% | - |
| XYZ | 46.31 | 30.48 | 30.64 | - |
| YUV | 149.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 146 | 0 | 0.57 | 0.39 | 0.05 | 341.3 | 0.83 | 0.67 |
| Hex | F1 | 67 | 92 | 0 | 39 | 27 | 5 | 155 | 53 | 43 |
| Octal | 361 | 147 | 222 | 0 | 71 | 47 | 5 | 525 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10010010 | 0 | 111001 | 100111 | 101 | 101010101 | 1010011 | 1000011 |
Color Harmonies of #F16792
Complementary color
Monochromatic Colors of #F16792
Black with #F16792
Text Example
Text Example
White with #F16792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16792; }
p { color: rgb(241,103,146); }
H1.HeaderClassName
{
color: #F16792;
}
.AnyTagClassName
{
color: #F16792;
}
</style>
background-color css
<style>
a { background-color: #F16792; }
a { background-color: rgb(241,103,146); }
div.DivClassName
{
background-color: #F16792;
}
.BgClassName
{
background-color: #F16792;
}
</style>
border-color css
<style>
span { border-color: #F16792; }
span { border-color: rgb(241,103,146); }
td.TdClassName
{
border-color: #F16792;
}
.TagClassName
{
border-color: #F16792;
}
</style>