Shades of Brilliant Rose #FF56A2
Tints of Brilliant Rose #FF56A2
RGB
CMYK
RGB Variations
Color information
#FF56A2 (or 0xFF56A2) is known color: Brilliant Rose. HEX triplet: FF, 56 and A2. RGB value is (255,86,162). Sum of RGB (Red+Green+Blue) = 255+86+162=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56A2 is #00A95D. Grayscale: #919191. Windows color (decimal): -43358 or 10639103. OLE color: 10639103.
HSL color Cylindrical-coordinate representation of color #FF56A2: hue angle of 333.02º 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 #FF56A2 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 162 | - |
| CMYK | 0 | 0.66 | 0.36 | 0 |
| HSL | 333.02º | 1% | 0.67% | - |
| HSV(B) | 333.02º | 0.66% | 1% | - |
| XYZ | 51.09 | 30.52 | 37.38 | - |
| YUV | 145.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 162 | 0 | 0.66 | 0.36 | 0 | 333.02 | 1 | 0.67 |
| Hex | FF | 56 | A2 | 0 | 42 | 24 | 0 | 14D | 64 | 43 |
| Octal | 377 | 126 | 242 | 0 | 102 | 44 | 0 | 515 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10100010 | 0 | 1000010 | 100100 | 0 | 101001101 | 1100100 | 1000011 |
Color Harmonies of #FF56A2
Complementary color
Monochromatic Colors of #FF56A2
Black with #FF56A2
Text Example
Text Example
White with #FF56A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56A2; }
p { color: rgb(255,86,162); }
H1.HeaderClassName
{
color: #FF56A2;
}
.AnyTagClassName
{
color: #FF56A2;
}
</style>
background-color css
<style>
a { background-color: #FF56A2; }
a { background-color: rgb(255,86,162); }
div.DivClassName
{
background-color: #FF56A2;
}
.BgClassName
{
background-color: #FF56A2;
}
</style>
border-color css
<style>
span { border-color: #FF56A2; }
span { border-color: rgb(255,86,162); }
td.TdClassName
{
border-color: #FF56A2;
}
.TagClassName
{
border-color: #FF56A2;
}
</style>