Shades of Brilliant Rose #FF56A4
Tints of Brilliant Rose #FF56A4
RGB
CMYK
RGB Variations
Color information
#FF56A4 (or 0xFF56A4) is known color: Brilliant Rose. HEX triplet: FF, 56 and A4. RGB value is (255,86,164). Sum of RGB (Red+Green+Blue) = 255+86+164=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56A4 is #00A95B. Grayscale: #919191. Windows color (decimal): -43356 or 10770175. OLE color: 10770175.
HSL color Cylindrical-coordinate representation of color #FF56A4: hue angle of 332.31º 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 #FF56A4 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 164 | - |
| CMYK | 0 | 0.66 | 0.36 | 0 |
| HSL | 332.31º | 1% | 0.67% | - |
| HSV(B) | 332.31º | 0.66% | 1% | - |
| XYZ | 51.27 | 30.6 | 38.33 | - |
| YUV | 145.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 164 | 0 | 0.66 | 0.36 | 0 | 332.31 | 1 | 0.67 |
| Hex | FF | 56 | A4 | 0 | 42 | 24 | 0 | 14C | 64 | 43 |
| Octal | 377 | 126 | 244 | 0 | 102 | 44 | 0 | 514 | 144 | 103 |
| Binary | 11111111 | 1010110 | 10100100 | 0 | 1000010 | 100100 | 0 | 101001100 | 1100100 | 1000011 |
Color Harmonies of #FF56A4
Complementary color
Monochromatic Colors of #FF56A4
Black with #FF56A4
Text Example
Text Example
White with #FF56A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56A4; }
p { color: rgb(255,86,164); }
H1.HeaderClassName
{
color: #FF56A4;
}
.AnyTagClassName
{
color: #FF56A4;
}
</style>
background-color css
<style>
a { background-color: #FF56A4; }
a { background-color: rgb(255,86,164); }
div.DivClassName
{
background-color: #FF56A4;
}
.BgClassName
{
background-color: #FF56A4;
}
</style>
border-color css
<style>
span { border-color: #FF56A4; }
span { border-color: rgb(255,86,164); }
td.TdClassName
{
border-color: #FF56A4;
}
.TagClassName
{
border-color: #FF56A4;
}
</style>