Shades of Brilliant Rose #F55AB0
Tints of Brilliant Rose #F55AB0
RGB
CMYK
RGB Variations
Color information
#F55AB0 (or 0xF55AB0) is known color: Brilliant Rose. HEX triplet: F5, 5A and B0. RGB value is (245,90,176). Sum of RGB (Red+Green+Blue) = 245+90+176=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55AB0 is #0AA54F. Grayscale: #919191. Windows color (decimal): -697680 or 11557621. OLE color: 11557621.
HSL color Cylindrical-coordinate representation of color #F55AB0: hue angle of 326.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AB0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 176 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.04 |
| HSL | 326.71º | 0.89% | 0.66% | - |
| HSV(B) | 326.71º | 0.63% | 0.96% | - |
| XYZ | 49.15 | 29.86 | 44.25 | - |
| YUV | 146.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 176 | 0 | 0.63 | 0.28 | 0.04 | 326.71 | 0.89 | 0.66 |
| Hex | F5 | 5A | B0 | 0 | 3F | 1C | 4 | 147 | 59 | 42 |
| Octal | 365 | 132 | 260 | 0 | 77 | 34 | 4 | 507 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10110000 | 0 | 111111 | 11100 | 100 | 101000111 | 1011001 | 1000010 |
Color Harmonies of #F55AB0
Complementary color
Monochromatic Colors of #F55AB0
Black with #F55AB0
Text Example
Text Example
White with #F55AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AB0; }
p { color: rgb(245,90,176); }
H1.HeaderClassName
{
color: #F55AB0;
}
.AnyTagClassName
{
color: #F55AB0;
}
</style>
background-color css
<style>
a { background-color: #F55AB0; }
a { background-color: rgb(245,90,176); }
div.DivClassName
{
background-color: #F55AB0;
}
.BgClassName
{
background-color: #F55AB0;
}
</style>
border-color css
<style>
span { border-color: #F55AB0; }
span { border-color: rgb(245,90,176); }
td.TdClassName
{
border-color: #F55AB0;
}
.TagClassName
{
border-color: #F55AB0;
}
</style>