Shades of Brilliant Rose #FF56B3
Tints of Brilliant Rose #FF56B3
RGB
CMYK
RGB Variations
Color information
#FF56B3 (or 0xFF56B3) is known color: Brilliant Rose. HEX triplet: FF, 56 and B3. RGB value is (255,86,179). Sum of RGB (Red+Green+Blue) = 255+86+179=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56B3 is #00A94C. Grayscale: #929292. Windows color (decimal): -43341 or 11753215. OLE color: 11753215.
HSL color Cylindrical-coordinate representation of color #FF56B3: hue angle of 326.98º 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 #FF56B3 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 179 | - |
| CMYK | 0 | 0.66 | 0.30 | 0 |
| HSL | 326.98º | 1% | 0.67% | - |
| HSV(B) | 326.98º | 0.66% | 1% | - |
| XYZ | 52.7 | 31.17 | 45.89 | - |
| YUV | 147.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 179 | 0 | 0.66 | 0.30 | 0 | 326.98 | 1 | 0.67 |
| Hex | FF | 56 | B3 | 0 | 42 | 1E | 0 | 147 | 64 | 43 |
| Octal | 377 | 126 | 263 | 0 | 102 | 36 | 0 | 507 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10110011 | 0 | 1000010 | 11110 | 0 | 101000111 | 1100100 | 1000011 |
Color Harmonies of #FF56B3
Complementary color
Monochromatic Colors of #FF56B3
Black with #FF56B3
Text Example
Text Example
White with #FF56B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56B3; }
p { color: rgb(255,86,179); }
H1.HeaderClassName
{
color: #FF56B3;
}
.AnyTagClassName
{
color: #FF56B3;
}
</style>
background-color css
<style>
a { background-color: #FF56B3; }
a { background-color: rgb(255,86,179); }
div.DivClassName
{
background-color: #FF56B3;
}
.BgClassName
{
background-color: #FF56B3;
}
</style>
border-color css
<style>
span { border-color: #FF56B3; }
span { border-color: rgb(255,86,179); }
td.TdClassName
{
border-color: #FF56B3;
}
.TagClassName
{
border-color: #FF56B3;
}
</style>