Shades of Brilliant Rose #FF56B2
Tints of Brilliant Rose #FF56B2
RGB
CMYK
RGB Variations
Color information
#FF56B2 (or 0xFF56B2) is known color: Brilliant Rose. HEX triplet: FF, 56 and B2. RGB value is (255,86,178). Sum of RGB (Red+Green+Blue) = 255+86+178=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56B2 is #00A94D. Grayscale: #929292. Windows color (decimal): -43342 or 11687679. OLE color: 11687679.
HSL color Cylindrical-coordinate representation of color #FF56B2: hue angle of 327.34º 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 #FF56B2 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 178 | - |
| CMYK | 0 | 0.66 | 0.30 | 0 |
| HSL | 327.34º | 1% | 0.67% | - |
| HSV(B) | 327.34º | 0.66% | 1% | - |
| XYZ | 52.6 | 31.13 | 45.36 | - |
| YUV | 147.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 178 | 0 | 0.66 | 0.30 | 0 | 327.34 | 1 | 0.67 |
| Hex | FF | 56 | B2 | 0 | 42 | 1E | 0 | 147 | 64 | 43 |
| Octal | 377 | 126 | 262 | 0 | 102 | 36 | 0 | 507 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10110010 | 0 | 1000010 | 11110 | 0 | 101000111 | 1100100 | 1000011 |
Color Harmonies of #FF56B2
Complementary color
Monochromatic Colors of #FF56B2
Black with #FF56B2
Text Example
Text Example
White with #FF56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56B2; }
p { color: rgb(255,86,178); }
H1.HeaderClassName
{
color: #FF56B2;
}
.AnyTagClassName
{
color: #FF56B2;
}
</style>
background-color css
<style>
a { background-color: #FF56B2; }
a { background-color: rgb(255,86,178); }
div.DivClassName
{
background-color: #FF56B2;
}
.BgClassName
{
background-color: #FF56B2;
}
</style>
border-color css
<style>
span { border-color: #FF56B2; }
span { border-color: rgb(255,86,178); }
td.TdClassName
{
border-color: #FF56B2;
}
.TagClassName
{
border-color: #FF56B2;
}
</style>