Shades of Brilliant Rose #F15BA8
Tints of Brilliant Rose #F15BA8
RGB
CMYK
RGB Variations
Color information
#F15BA8 (or 0xF15BA8) is known color: Brilliant Rose. HEX triplet: F1, 5B and A8. RGB value is (241,91,168). Sum of RGB (Red+Green+Blue) = 241+91+168=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BA8 is #0EA457. Grayscale: #909090. Windows color (decimal): -959576 or 11033585. OLE color: 11033585.
HSL color Cylindrical-coordinate representation of color #F15BA8: hue angle of 329.2º 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 #F15BA8 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 168 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.05 |
| HSL | 329.2º | 0.84% | 0.65% | - |
| HSV(B) | 329.2º | 0.62% | 0.95% | - |
| XYZ | 47.08 | 29.01 | 40.16 | - |
| YUV | 144.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 168 | 0 | 0.62 | 0.30 | 0.05 | 329.2 | 0.84 | 0.65 |
| Hex | F1 | 5B | A8 | 0 | 3E | 1E | 5 | 149 | 54 | 41 |
| Octal | 361 | 133 | 250 | 0 | 76 | 36 | 5 | 511 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10101000 | 0 | 111110 | 11110 | 101 | 101001001 | 1010100 | 1000001 |
Color Harmonies of #F15BA8
Complementary color
Monochromatic Colors of #F15BA8
Black with #F15BA8
Text Example
Text Example
White with #F15BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BA8; }
p { color: rgb(241,91,168); }
H1.HeaderClassName
{
color: #F15BA8;
}
.AnyTagClassName
{
color: #F15BA8;
}
</style>
background-color css
<style>
a { background-color: #F15BA8; }
a { background-color: rgb(241,91,168); }
div.DivClassName
{
background-color: #F15BA8;
}
.BgClassName
{
background-color: #F15BA8;
}
</style>
border-color css
<style>
span { border-color: #F15BA8; }
span { border-color: rgb(241,91,168); }
td.TdClassName
{
border-color: #F15BA8;
}
.TagClassName
{
border-color: #F15BA8;
}
</style>