Shades of Brilliant Rose #F155AB
Tints of Brilliant Rose #F155AB
RGB
CMYK
RGB Variations
Color information
#F155AB (or 0xF155AB) is known color: Brilliant Rose. HEX triplet: F1, 55 and AB. RGB value is (241,85,171). Sum of RGB (Red+Green+Blue) = 241+85+171=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F155AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155AB is #0EAA54. Grayscale: #8D8D8D. Windows color (decimal): -961109 or 11228657. OLE color: 11228657.
HSL color Cylindrical-coordinate representation of color #F155AB: hue angle of 326.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155AB is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 171 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.05 |
| HSL | 326.92º | 0.85% | 0.64% | - |
| HSV(B) | 326.92º | 0.65% | 0.95% | - |
| XYZ | 46.87 | 28.14 | 41.49 | - |
| YUV | 141.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 171 | 0 | 0.65 | 0.29 | 0.05 | 326.92 | 0.85 | 0.64 |
| Hex | F1 | 55 | AB | 0 | 41 | 1D | 5 | 147 | 55 | 40 |
| Octal | 361 | 125 | 253 | 0 | 101 | 35 | 5 | 507 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10101011 | 0 | 1000001 | 11101 | 101 | 101000111 | 1010101 | 1000000 |
Color Harmonies of #F155AB
Complementary color
Monochromatic Colors of #F155AB
Black with #F155AB
Text Example
Text Example
White with #F155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155AB; }
p { color: rgb(241,85,171); }
H1.HeaderClassName
{
color: #F155AB;
}
.AnyTagClassName
{
color: #F155AB;
}
</style>
background-color css
<style>
a { background-color: #F155AB; }
a { background-color: rgb(241,85,171); }
div.DivClassName
{
background-color: #F155AB;
}
.BgClassName
{
background-color: #F155AB;
}
</style>
border-color css
<style>
span { border-color: #F155AB; }
span { border-color: rgb(241,85,171); }
td.TdClassName
{
border-color: #F155AB;
}
.TagClassName
{
border-color: #F155AB;
}
</style>