Shades of Brilliant Rose #FF56AD
Tints of Brilliant Rose #FF56AD
RGB
CMYK
RGB Variations
Color information
#FF56AD (or 0xFF56AD) is known color: Brilliant Rose. HEX triplet: FF, 56 and AD. RGB value is (255,86,173). Sum of RGB (Red+Green+Blue) = 255+86+173=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AD is #00A952. Grayscale: #929292. Windows color (decimal): -43347 or 11359999. OLE color: 11359999.
HSL color Cylindrical-coordinate representation of color #FF56AD: hue angle of 329.11º 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 #FF56AD is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 173 | - |
| CMYK | 0 | 0.66 | 0.32 | 0 |
| HSL | 329.11º | 1% | 0.67% | - |
| HSV(B) | 329.11º | 0.66% | 1% | - |
| XYZ | 52.11 | 30.93 | 42.76 | - |
| YUV | 146.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 173 | 0 | 0.66 | 0.32 | 0 | 329.11 | 1 | 0.67 |
| Hex | FF | 56 | AD | 0 | 42 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 126 | 255 | 0 | 102 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10101101 | 0 | 1000010 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF56AD
Complementary color
Monochromatic Colors of #FF56AD
Black with #FF56AD
Text Example
Text Example
White with #FF56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56AD; }
p { color: rgb(255,86,173); }
H1.HeaderClassName
{
color: #FF56AD;
}
.AnyTagClassName
{
color: #FF56AD;
}
</style>
background-color css
<style>
a { background-color: #FF56AD; }
a { background-color: rgb(255,86,173); }
div.DivClassName
{
background-color: #FF56AD;
}
.BgClassName
{
background-color: #FF56AD;
}
</style>
border-color css
<style>
span { border-color: #FF56AD; }
span { border-color: rgb(255,86,173); }
td.TdClassName
{
border-color: #FF56AD;
}
.TagClassName
{
border-color: #FF56AD;
}
</style>