Shades of Brilliant Rose #F155AA
Tints of Brilliant Rose #F155AA
RGB
CMYK
RGB Variations
Color information
#F155AA (or 0xF155AA) is known color: Brilliant Rose. HEX triplet: F1, 55 and AA. RGB value is (241,85,170). Sum of RGB (Red+Green+Blue) = 241+85+170=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F155AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155AA is #0EAA55. Grayscale: #8D8D8D. Windows color (decimal): -961110 or 11163121. OLE color: 11163121.
HSL color Cylindrical-coordinate representation of color #F155AA: hue angle of 327.31º 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 #F155AA is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 170 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.05 |
| HSL | 327.31º | 0.85% | 0.64% | - |
| HSV(B) | 327.31º | 0.65% | 0.95% | - |
| XYZ | 46.78 | 28.1 | 40.99 | - |
| YUV | 141.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 170 | 0 | 0.65 | 0.29 | 0.05 | 327.31 | 0.85 | 0.64 |
| Hex | F1 | 55 | AA | 0 | 41 | 1D | 5 | 147 | 55 | 40 |
| Octal | 361 | 125 | 252 | 0 | 101 | 35 | 5 | 507 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10101010 | 0 | 1000001 | 11101 | 101 | 101000111 | 1010101 | 1000000 |
Color Harmonies of #F155AA
Complementary color
Monochromatic Colors of #F155AA
Black with #F155AA
Text Example
Text Example
White with #F155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155AA; }
p { color: rgb(241,85,170); }
H1.HeaderClassName
{
color: #F155AA;
}
.AnyTagClassName
{
color: #F155AA;
}
</style>
background-color css
<style>
a { background-color: #F155AA; }
a { background-color: rgb(241,85,170); }
div.DivClassName
{
background-color: #F155AA;
}
.BgClassName
{
background-color: #F155AA;
}
</style>
border-color css
<style>
span { border-color: #F155AA; }
span { border-color: rgb(241,85,170); }
td.TdClassName
{
border-color: #F155AA;
}
.TagClassName
{
border-color: #F155AA;
}
</style>