Shades of Brilliant Rose #FF56AC
Tints of Brilliant Rose #FF56AC
RGB
CMYK
RGB Variations
Color information
#FF56AC (or 0xFF56AC) is known color: Brilliant Rose. HEX triplet: FF, 56 and AC. RGB value is (255,86,172). Sum of RGB (Red+Green+Blue) = 255+86+172=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56AC is #00A953. Grayscale: #929292. Windows color (decimal): -43348 or 11294463. OLE color: 11294463.
HSL color Cylindrical-coordinate representation of color #FF56AC: hue angle of 329.47º 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 #FF56AC is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 172 | - |
| CMYK | 0 | 0.66 | 0.33 | 0 |
| HSL | 329.47º | 1% | 0.67% | - |
| HSV(B) | 329.47º | 0.66% | 1% | - |
| XYZ | 52.01 | 30.89 | 42.25 | - |
| YUV | 146.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 172 | 0 | 0.66 | 0.33 | 0 | 329.47 | 1 | 0.67 |
| Hex | FF | 56 | AC | 0 | 42 | 21 | 0 | 149 | 64 | 43 |
| Octal | 377 | 126 | 254 | 0 | 102 | 41 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10101100 | 0 | 1000010 | 100001 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF56AC
Complementary color
Monochromatic Colors of #FF56AC
Black with #FF56AC
Text Example
Text Example
White with #FF56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56AC; }
p { color: rgb(255,86,172); }
H1.HeaderClassName
{
color: #FF56AC;
}
.AnyTagClassName
{
color: #FF56AC;
}
</style>
background-color css
<style>
a { background-color: #FF56AC; }
a { background-color: rgb(255,86,172); }
div.DivClassName
{
background-color: #FF56AC;
}
.BgClassName
{
background-color: #FF56AC;
}
</style>
border-color css
<style>
span { border-color: #FF56AC; }
span { border-color: rgb(255,86,172); }
td.TdClassName
{
border-color: #FF56AC;
}
.TagClassName
{
border-color: #FF56AC;
}
</style>