Shades of Brilliant Rose #F15BA9
Tints of Brilliant Rose #F15BA9
RGB
CMYK
RGB Variations
Color information
#F15BA9 (or 0xF15BA9) is known color: Brilliant Rose. HEX triplet: F1, 5B and A9. RGB value is (241,91,169). Sum of RGB (Red+Green+Blue) = 241+91+169=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA9 is #0EA456. Grayscale: #909090. Windows color (decimal): -959575 or 11099121. OLE color: 11099121.
HSL color Cylindrical-coordinate representation of color #F15BA9: hue angle of 328.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BA9 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 169 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.05 |
| HSL | 328.8º | 0.84% | 0.65% | - |
| HSV(B) | 328.8º | 0.62% | 0.95% | - |
| XYZ | 47.18 | 29.05 | 40.66 | - |
| YUV | 144.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 169 | 0 | 0.62 | 0.30 | 0.05 | 328.8 | 0.84 | 0.65 |
| Hex | F1 | 5B | A9 | 0 | 3E | 1E | 5 | 149 | 54 | 41 |
| Octal | 361 | 133 | 251 | 0 | 76 | 36 | 5 | 511 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10101001 | 0 | 111110 | 11110 | 101 | 101001001 | 1010100 | 1000001 |
Color Harmonies of #F15BA9
Complementary color
Monochromatic Colors of #F15BA9
Black with #F15BA9
Text Example
Text Example
White with #F15BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BA9; }
p { color: rgb(241,91,169); }
H1.HeaderClassName
{
color: #F15BA9;
}
.AnyTagClassName
{
color: #F15BA9;
}
</style>
background-color css
<style>
a { background-color: #F15BA9; }
a { background-color: rgb(241,91,169); }
div.DivClassName
{
background-color: #F15BA9;
}
.BgClassName
{
background-color: #F15BA9;
}
</style>
border-color css
<style>
span { border-color: #F15BA9; }
span { border-color: rgb(241,91,169); }
td.TdClassName
{
border-color: #F15BA9;
}
.TagClassName
{
border-color: #F15BA9;
}
</style>