Shades of Brilliant Rose #F16197
Tints of Brilliant Rose #F16197
RGB
CMYK
RGB Variations
Color information
#F16197 (or 0xF16197) is known color: Brilliant Rose. HEX triplet: F1, 61 and 97. RGB value is (241,97,151). Sum of RGB (Red+Green+Blue) = 241+97+151=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F16197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16197 is #0E9E68. Grayscale: #929292. Windows color (decimal): -958057 or 9921009. OLE color: 9921009.
HSL color Cylindrical-coordinate representation of color #F16197: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16197 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 151 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.05 |
| HSL | 337.5º | 0.84% | 0.66% | - |
| HSV(B) | 337.5º | 0.6% | 0.95% | - |
| XYZ | 46.14 | 29.48 | 32.54 | - |
| YUV | 146.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 151 | 0 | 0.60 | 0.37 | 0.05 | 337.5 | 0.84 | 0.66 |
| Hex | F1 | 61 | 97 | 0 | 3C | 25 | 5 | 152 | 54 | 42 |
| Octal | 361 | 141 | 227 | 0 | 74 | 45 | 5 | 522 | 124 | 102 |
| Binary | 11110001 | 1100001 | 10010111 | 0 | 111100 | 100101 | 101 | 101010010 | 1010100 | 1000010 |
Color Harmonies of #F16197
Complementary color
Monochromatic Colors of #F16197
Black with #F16197
Text Example
Text Example
White with #F16197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16197; }
p { color: rgb(241,97,151); }
H1.HeaderClassName
{
color: #F16197;
}
.AnyTagClassName
{
color: #F16197;
}
</style>
background-color css
<style>
a { background-color: #F16197; }
a { background-color: rgb(241,97,151); }
div.DivClassName
{
background-color: #F16197;
}
.BgClassName
{
background-color: #F16197;
}
</style>
border-color css
<style>
span { border-color: #F16197; }
span { border-color: rgb(241,97,151); }
td.TdClassName
{
border-color: #F16197;
}
.TagClassName
{
border-color: #F16197;
}
</style>