Shades of Brilliant Rose #FF56A8
Tints of Brilliant Rose #FF56A8
RGB
CMYK
RGB Variations
Color information
#FF56A8 (or 0xFF56A8) is known color: Brilliant Rose. HEX triplet: FF, 56 and A8. RGB value is (255,86,168). Sum of RGB (Red+Green+Blue) = 255+86+168=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56A8 is #00A957. Grayscale: #919191. Windows color (decimal): -43352 or 11032319. OLE color: 11032319.
HSL color Cylindrical-coordinate representation of color #FF56A8: hue angle of 330.89º 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 #FF56A8 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 168 | - |
| CMYK | 0 | 0.66 | 0.34 | 0 |
| HSL | 330.89º | 1% | 0.67% | - |
| HSV(B) | 330.89º | 0.66% | 1% | - |
| XYZ | 51.64 | 30.74 | 40.26 | - |
| YUV | 145.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 168 | 0 | 0.66 | 0.34 | 0 | 330.89 | 1 | 0.67 |
| Hex | FF | 56 | A8 | 0 | 42 | 22 | 0 | 14B | 64 | 43 |
| Octal | 377 | 126 | 250 | 0 | 102 | 42 | 0 | 513 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10101000 | 0 | 1000010 | 100010 | 0 | 101001011 | 1100100 | 1000011 |
Color Harmonies of #FF56A8
Complementary color
Monochromatic Colors of #FF56A8
Black with #FF56A8
Text Example
Text Example
White with #FF56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56A8; }
p { color: rgb(255,86,168); }
H1.HeaderClassName
{
color: #FF56A8;
}
.AnyTagClassName
{
color: #FF56A8;
}
</style>
background-color css
<style>
a { background-color: #FF56A8; }
a { background-color: rgb(255,86,168); }
div.DivClassName
{
background-color: #FF56A8;
}
.BgClassName
{
background-color: #FF56A8;
}
</style>
border-color css
<style>
span { border-color: #FF56A8; }
span { border-color: rgb(255,86,168); }
td.TdClassName
{
border-color: #FF56A8;
}
.TagClassName
{
border-color: #FF56A8;
}
</style>