Shades of Brilliant Rose #FF56AB
Tints of Brilliant Rose #FF56AB
RGB
CMYK
RGB Variations
Color information
#FF56AB (or 0xFF56AB) is known color: Brilliant Rose. HEX triplet: FF, 56 and AB. RGB value is (255,86,171). Sum of RGB (Red+Green+Blue) = 255+86+171=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AB is #00A954. Grayscale: #929292. Windows color (decimal): -43349 or 11228927. OLE color: 11228927.
HSL color Cylindrical-coordinate representation of color #FF56AB: hue angle of 329.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56AB is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 171 | - |
| CMYK | 0 | 0.66 | 0.33 | 0 |
| HSL | 329.82º | 1% | 0.67% | - |
| HSV(B) | 329.82º | 0.66% | 1% | - |
| XYZ | 51.92 | 30.86 | 41.75 | - |
| YUV | 146.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 171 | 0 | 0.66 | 0.33 | 0 | 329.82 | 1 | 0.67 |
| Hex | FF | 56 | AB | 0 | 42 | 21 | 0 | 14A | 64 | 43 |
| Octal | 377 | 126 | 253 | 0 | 102 | 41 | 0 | 512 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10101011 | 0 | 1000010 | 100001 | 0 | 101001010 | 1100100 | 1000011 |
Color Harmonies of #FF56AB
Complementary color
Monochromatic Colors of #FF56AB
Black with #FF56AB
Text Example
Text Example
White with #FF56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56AB; }
p { color: rgb(255,86,171); }
H1.HeaderClassName
{
color: #FF56AB;
}
.AnyTagClassName
{
color: #FF56AB;
}
</style>
background-color css
<style>
a { background-color: #FF56AB; }
a { background-color: rgb(255,86,171); }
div.DivClassName
{
background-color: #FF56AB;
}
.BgClassName
{
background-color: #FF56AB;
}
</style>
border-color css
<style>
span { border-color: #FF56AB; }
span { border-color: rgb(255,86,171); }
td.TdClassName
{
border-color: #FF56AB;
}
.TagClassName
{
border-color: #FF56AB;
}
</style>