Shades of Brilliant Rose #F151AB
Tints of Brilliant Rose #F151AB
RGB
CMYK
RGB Variations
Color information
#F151AB (or 0xF151AB) is known color: Brilliant Rose. HEX triplet: F1, 51 and AB. RGB value is (241,81,171). Sum of RGB (Red+Green+Blue) = 241+81+171=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F151AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F151AB is #0EAE54. Grayscale: #8A8A8A. Windows color (decimal): -962133 or 11227633. OLE color: 11227633.
HSL color Cylindrical-coordinate representation of color #F151AB: hue angle of 326.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151AB is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 171 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.05 |
| HSL | 326.25º | 0.85% | 0.63% | - |
| HSV(B) | 326.25º | 0.66% | 0.95% | - |
| XYZ | 46.57 | 27.53 | 41.39 | - |
| YUV | 139.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 171 | 0 | 0.66 | 0.29 | 0.05 | 326.25 | 0.85 | 0.63 |
| Hex | F1 | 51 | AB | 0 | 42 | 1D | 5 | 146 | 55 | 3F |
| Octal | 361 | 121 | 253 | 0 | 102 | 35 | 5 | 506 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10101011 | 0 | 1000010 | 11101 | 101 | 101000110 | 1010101 | 111111 |
Color Harmonies of #F151AB
Complementary color
Monochromatic Colors of #F151AB
Black with #F151AB
Text Example
Text Example
White with #F151AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151AB; }
p { color: rgb(241,81,171); }
H1.HeaderClassName
{
color: #F151AB;
}
.AnyTagClassName
{
color: #F151AB;
}
</style>
background-color css
<style>
a { background-color: #F151AB; }
a { background-color: rgb(241,81,171); }
div.DivClassName
{
background-color: #F151AB;
}
.BgClassName
{
background-color: #F151AB;
}
</style>
border-color css
<style>
span { border-color: #F151AB; }
span { border-color: rgb(241,81,171); }
td.TdClassName
{
border-color: #F151AB;
}
.TagClassName
{
border-color: #F151AB;
}
</style>