Shades of Brilliant Rose #FE51A0
Tints of Brilliant Rose #FE51A0
RGB
CMYK
RGB Variations
Color information
#FE51A0 (or 0xFE51A0) is known color: Brilliant Rose. HEX triplet: FE, 51 and A0. RGB value is (254,81,160). Sum of RGB (Red+Green+Blue) = 254+81+160=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE51A0 is #01AE5F. Grayscale: #8D8D8D. Windows color (decimal): -110176 or 10506750. OLE color: 10506750.
HSL color Cylindrical-coordinate representation of color #FE51A0: hue angle of 332.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51A0 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 160 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.00 |
| HSL | 332.6º | 0.99% | 0.66% | - |
| HSV(B) | 332.6º | 0.68% | 1% | - |
| XYZ | 50.16 | 29.49 | 36.31 | - |
| YUV | 141.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 160 | 0 | 0.68 | 0.37 | 0.00 | 332.6 | 0.99 | 0.66 |
| Hex | FE | 51 | A0 | 0 | 44 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 121 | 240 | 0 | 104 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10100000 | 0 | 1000100 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE51A0
Complementary color
Monochromatic Colors of #FE51A0
Black with #FE51A0
Text Example
Text Example
White with #FE51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51A0; }
p { color: rgb(254,81,160); }
H1.HeaderClassName
{
color: #FE51A0;
}
.AnyTagClassName
{
color: #FE51A0;
}
</style>
background-color css
<style>
a { background-color: #FE51A0; }
a { background-color: rgb(254,81,160); }
div.DivClassName
{
background-color: #FE51A0;
}
.BgClassName
{
background-color: #FE51A0;
}
</style>
border-color css
<style>
span { border-color: #FE51A0; }
span { border-color: rgb(254,81,160); }
td.TdClassName
{
border-color: #FE51A0;
}
.TagClassName
{
border-color: #FE51A0;
}
</style>