Shades of Brilliant Rose #F159AB
Tints of Brilliant Rose #F159AB
RGB
CMYK
RGB Variations
Color information
#F159AB (or 0xF159AB) is known color: Brilliant Rose. HEX triplet: F1, 59 and AB. RGB value is (241,89,171). Sum of RGB (Red+Green+Blue) = 241+89+171=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F159AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F159AB is #0EA654. Grayscale: #8F8F8F. Windows color (decimal): -960085 or 11229681. OLE color: 11229681.
HSL color Cylindrical-coordinate representation of color #F159AB: hue angle of 327.63º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159AB is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 171 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.05 |
| HSL | 327.63º | 0.84% | 0.65% | - |
| HSV(B) | 327.63º | 0.63% | 0.95% | - |
| XYZ | 47.2 | 28.79 | 41.6 | - |
| YUV | 143.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 171 | 0 | 0.63 | 0.29 | 0.05 | 327.63 | 0.84 | 0.65 |
| Hex | F1 | 59 | AB | 0 | 3F | 1D | 5 | 148 | 54 | 41 |
| Octal | 361 | 131 | 253 | 0 | 77 | 35 | 5 | 510 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10101011 | 0 | 111111 | 11101 | 101 | 101001000 | 1010100 | 1000001 |
Color Harmonies of #F159AB
Complementary color
Monochromatic Colors of #F159AB
Black with #F159AB
Text Example
Text Example
White with #F159AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159AB; }
p { color: rgb(241,89,171); }
H1.HeaderClassName
{
color: #F159AB;
}
.AnyTagClassName
{
color: #F159AB;
}
</style>
background-color css
<style>
a { background-color: #F159AB; }
a { background-color: rgb(241,89,171); }
div.DivClassName
{
background-color: #F159AB;
}
.BgClassName
{
background-color: #F159AB;
}
</style>
border-color css
<style>
span { border-color: #F159AB; }
span { border-color: rgb(241,89,171); }
td.TdClassName
{
border-color: #F159AB;
}
.TagClassName
{
border-color: #F159AB;
}
</style>