Shades of Brilliant Rose #F16097
Tints of Brilliant Rose #F16097
RGB
CMYK
RGB Variations
Color information
#F16097 (or 0xF16097) is known color: Brilliant Rose. HEX triplet: F1, 60 and 97. RGB value is (241,96,151). Sum of RGB (Red+Green+Blue) = 241+96+151=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F16097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16097 is #0E9F68. Grayscale: #919191. Windows color (decimal): -958313 or 9920753. OLE color: 9920753.
HSL color Cylindrical-coordinate representation of color #F16097: hue angle of 337.24º 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 #F16097 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 151 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.05 |
| HSL | 337.24º | 0.84% | 0.66% | - |
| HSV(B) | 337.24º | 0.6% | 0.95% | - |
| XYZ | 46.04 | 29.3 | 32.51 | - |
| YUV | 145.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 151 | 0 | 0.60 | 0.37 | 0.05 | 337.24 | 0.84 | 0.66 |
| Hex | F1 | 60 | 97 | 0 | 3C | 25 | 5 | 151 | 54 | 42 |
| Octal | 361 | 140 | 227 | 0 | 74 | 45 | 5 | 521 | 124 | 102 |
| Binary | 11110001 | 1100000 | 10010111 | 0 | 111100 | 100101 | 101 | 101010001 | 1010100 | 1000010 |
Color Harmonies of #F16097
Complementary color
Monochromatic Colors of #F16097
Black with #F16097
Text Example
Text Example
White with #F16097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16097; }
p { color: rgb(241,96,151); }
H1.HeaderClassName
{
color: #F16097;
}
.AnyTagClassName
{
color: #F16097;
}
</style>
background-color css
<style>
a { background-color: #F16097; }
a { background-color: rgb(241,96,151); }
div.DivClassName
{
background-color: #F16097;
}
.BgClassName
{
background-color: #F16097;
}
</style>
border-color css
<style>
span { border-color: #F16097; }
span { border-color: rgb(241,96,151); }
td.TdClassName
{
border-color: #F16097;
}
.TagClassName
{
border-color: #F16097;
}
</style>