Shades of Brilliant Rose #F156AB
Tints of Brilliant Rose #F156AB
RGB
CMYK
RGB Variations
Color information
#F156AB (or 0xF156AB) is known color: Brilliant Rose. HEX triplet: F1, 56 and AB. RGB value is (241,86,171). Sum of RGB (Red+Green+Blue) = 241+86+171=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F156AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156AB is #0EA954. Grayscale: #8D8D8D. Windows color (decimal): -960853 or 11228913. OLE color: 11228913.
HSL color Cylindrical-coordinate representation of color #F156AB: hue angle of 327.1º 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 #F156AB is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 171 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.05 |
| HSL | 327.1º | 0.85% | 0.64% | - |
| HSV(B) | 327.1º | 0.64% | 0.95% | - |
| XYZ | 46.95 | 28.3 | 41.52 | - |
| YUV | 142.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 171 | 0 | 0.64 | 0.29 | 0.05 | 327.1 | 0.85 | 0.64 |
| Hex | F1 | 56 | AB | 0 | 40 | 1D | 5 | 147 | 55 | 40 |
| Octal | 361 | 126 | 253 | 0 | 100 | 35 | 5 | 507 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10101011 | 0 | 1000000 | 11101 | 101 | 101000111 | 1010101 | 1000000 |
Color Harmonies of #F156AB
Complementary color
Monochromatic Colors of #F156AB
Black with #F156AB
Text Example
Text Example
White with #F156AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F156AB; }
p { color: rgb(241,86,171); }
H1.HeaderClassName
{
color: #F156AB;
}
.AnyTagClassName
{
color: #F156AB;
}
</style>
background-color css
<style>
a { background-color: #F156AB; }
a { background-color: rgb(241,86,171); }
div.DivClassName
{
background-color: #F156AB;
}
.BgClassName
{
background-color: #F156AB;
}
</style>
border-color css
<style>
span { border-color: #F156AB; }
span { border-color: rgb(241,86,171); }
td.TdClassName
{
border-color: #F156AB;
}
.TagClassName
{
border-color: #F156AB;
}
</style>