Shades of Brilliant Rose #FF56A0
Tints of Brilliant Rose #FF56A0
RGB
CMYK
RGB Variations
Color information
#FF56A0 (or 0xFF56A0) is known color: Brilliant Rose. HEX triplet: FF, 56 and A0. RGB value is (255,86,160). Sum of RGB (Red+Green+Blue) = 255+86+160=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56A0 is #00A95F. Grayscale: #909090. Windows color (decimal): -43360 or 10508031. OLE color: 10508031.
HSL color Cylindrical-coordinate representation of color #FF56A0: hue angle of 333.73º 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 #FF56A0 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 160 | - |
| CMYK | 0 | 0.66 | 0.37 | 0 |
| HSL | 333.73º | 1% | 0.67% | - |
| HSV(B) | 333.73º | 0.66% | 1% | - |
| XYZ | 50.91 | 30.45 | 36.45 | - |
| YUV | 144.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 160 | 0 | 0.66 | 0.37 | 0 | 333.73 | 1 | 0.67 |
| Hex | FF | 56 | A0 | 0 | 42 | 25 | 0 | 14E | 64 | 43 |
| Octal | 377 | 126 | 240 | 0 | 102 | 45 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10100000 | 0 | 1000010 | 100101 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF56A0
Complementary color
Monochromatic Colors of #FF56A0
Black with #FF56A0
Text Example
Text Example
White with #FF56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56A0; }
p { color: rgb(255,86,160); }
H1.HeaderClassName
{
color: #FF56A0;
}
.AnyTagClassName
{
color: #FF56A0;
}
</style>
background-color css
<style>
a { background-color: #FF56A0; }
a { background-color: rgb(255,86,160); }
div.DivClassName
{
background-color: #FF56A0;
}
.BgClassName
{
background-color: #FF56A0;
}
</style>
border-color css
<style>
span { border-color: #FF56A0; }
span { border-color: rgb(255,86,160); }
td.TdClassName
{
border-color: #FF56A0;
}
.TagClassName
{
border-color: #FF56A0;
}
</style>