Shades of Brilliant Rose #F156B0
Tints of Brilliant Rose #F156B0
RGB
CMYK
RGB Variations
Color information
#F156B0 (or 0xF156B0) is known color: Brilliant Rose. HEX triplet: F1, 56 and B0. RGB value is (241,86,176). Sum of RGB (Red+Green+Blue) = 241+86+176=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F156B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156B0 is #0EA94F. Grayscale: #8E8E8E. Windows color (decimal): -960848 or 11556593. OLE color: 11556593.
HSL color Cylindrical-coordinate representation of color #F156B0: hue angle of 325.16º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F156B0 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 176 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.05 |
| HSL | 325.16º | 0.85% | 0.64% | - |
| HSV(B) | 325.16º | 0.64% | 0.95% | - |
| XYZ | 47.44 | 28.49 | 44.07 | - |
| YUV | 142.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 176 | 0 | 0.64 | 0.27 | 0.05 | 325.16 | 0.85 | 0.64 |
| Hex | F1 | 56 | B0 | 0 | 40 | 1B | 5 | 145 | 55 | 40 |
| Octal | 361 | 126 | 260 | 0 | 100 | 33 | 5 | 505 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10110000 | 0 | 1000000 | 11011 | 101 | 101000101 | 1010101 | 1000000 |
Color Harmonies of #F156B0
Complementary color
Monochromatic Colors of #F156B0
Black with #F156B0
Text Example
Text Example
White with #F156B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156B0; }
p { color: rgb(241,86,176); }
H1.HeaderClassName
{
color: #F156B0;
}
.AnyTagClassName
{
color: #F156B0;
}
</style>
background-color css
<style>
a { background-color: #F156B0; }
a { background-color: rgb(241,86,176); }
div.DivClassName
{
background-color: #F156B0;
}
.BgClassName
{
background-color: #F156B0;
}
</style>
border-color css
<style>
span { border-color: #F156B0; }
span { border-color: rgb(241,86,176); }
td.TdClassName
{
border-color: #F156B0;
}
.TagClassName
{
border-color: #F156B0;
}
</style>