Shades of Brilliant Rose #FF56AE
Tints of Brilliant Rose #FF56AE
RGB
CMYK
RGB Variations
Color information
#FF56AE (or 0xFF56AE) is known color: Brilliant Rose. HEX triplet: FF, 56 and AE. RGB value is (255,86,174). Sum of RGB (Red+Green+Blue) = 255+86+174=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AE is #00A951. Grayscale: #929292. Windows color (decimal): -43346 or 11425535. OLE color: 11425535.
HSL color Cylindrical-coordinate representation of color #FF56AE: hue angle of 328.76º 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 #FF56AE is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 174 | - |
| CMYK | 0 | 0.66 | 0.32 | 0 |
| HSL | 328.76º | 1% | 0.67% | - |
| HSV(B) | 328.76º | 0.66% | 1% | - |
| XYZ | 52.21 | 30.97 | 43.27 | - |
| YUV | 146.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 174 | 0 | 0.66 | 0.32 | 0 | 328.76 | 1 | 0.67 |
| Hex | FF | 56 | AE | 0 | 42 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 126 | 256 | 0 | 102 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10101110 | 0 | 1000010 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF56AE
Complementary color
Monochromatic Colors of #FF56AE
Black with #FF56AE
Text Example
Text Example
White with #FF56AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56AE; }
p { color: rgb(255,86,174); }
H1.HeaderClassName
{
color: #FF56AE;
}
.AnyTagClassName
{
color: #FF56AE;
}
</style>
background-color css
<style>
a { background-color: #FF56AE; }
a { background-color: rgb(255,86,174); }
div.DivClassName
{
background-color: #FF56AE;
}
.BgClassName
{
background-color: #FF56AE;
}
</style>
border-color css
<style>
span { border-color: #FF56AE; }
span { border-color: rgb(255,86,174); }
td.TdClassName
{
border-color: #FF56AE;
}
.TagClassName
{
border-color: #FF56AE;
}
</style>