Shades of Brilliant Rose #F551AB
Tints of Brilliant Rose #F551AB
RGB
CMYK
RGB Variations
Color information
#F551AB (or 0xF551AB) is known color: Brilliant Rose. HEX triplet: F5, 51 and AB. RGB value is (245,81,171). Sum of RGB (Red+Green+Blue) = 245+81+171=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F551AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F551AB is #0AAE54. Grayscale: #8C8C8C. Windows color (decimal): -699989 or 11227637. OLE color: 11227637.
HSL color Cylindrical-coordinate representation of color #F551AB: hue angle of 327.07º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F551AB is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 171 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.04 |
| HSL | 327.07º | 0.89% | 0.64% | - |
| HSV(B) | 327.07º | 0.67% | 0.96% | - |
| XYZ | 47.95 | 28.24 | 41.45 | - |
| YUV | 140.3 | 145.33 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 171 | 0 | 0.67 | 0.30 | 0.04 | 327.07 | 0.89 | 0.64 |
| Hex | F5 | 51 | AB | 0 | 43 | 1E | 4 | 147 | 59 | 40 |
| Octal | 365 | 121 | 253 | 0 | 103 | 36 | 4 | 507 | 131 | 100 |
| Binary | 11110101 | 1010001 | 10101011 | 0 | 1000011 | 11110 | 100 | 101000111 | 1011001 | 1000000 |
Color Harmonies of #F551AB
Complementary color
Monochromatic Colors of #F551AB
Black with #F551AB
Text Example
Text Example
White with #F551AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551AB; }
p { color: rgb(245,81,171); }
H1.HeaderClassName
{
color: #F551AB;
}
.AnyTagClassName
{
color: #F551AB;
}
</style>
background-color css
<style>
a { background-color: #F551AB; }
a { background-color: rgb(245,81,171); }
div.DivClassName
{
background-color: #F551AB;
}
.BgClassName
{
background-color: #F551AB;
}
</style>
border-color css
<style>
span { border-color: #F551AB; }
span { border-color: rgb(245,81,171); }
td.TdClassName
{
border-color: #F551AB;
}
.TagClassName
{
border-color: #F551AB;
}
</style>