Shades of Brilliant Rose #FE51A1
Tints of Brilliant Rose #FE51A1
RGB
CMYK
RGB Variations
Color information
#FE51A1 (or 0xFE51A1) is known color: Brilliant Rose. HEX triplet: FE, 51 and A1. RGB value is (254,81,161). Sum of RGB (Red+Green+Blue) = 254+81+161=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE51A1 is #01AE5E. Grayscale: #8D8D8D. Windows color (decimal): -110175 or 10572286. OLE color: 10572286.
HSL color Cylindrical-coordinate representation of color #FE51A1: hue angle of 332.25º 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 #FE51A1 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 161 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.00 |
| HSL | 332.25º | 0.99% | 0.66% | - |
| HSV(B) | 332.25º | 0.68% | 1% | - |
| XYZ | 50.25 | 29.53 | 36.77 | - |
| YUV | 141.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 161 | 0 | 0.68 | 0.37 | 0.00 | 332.25 | 0.99 | 0.66 |
| Hex | FE | 51 | A1 | 0 | 44 | 25 | 0 | 14C | 63 | 42 |
| Octal | 376 | 121 | 241 | 0 | 104 | 45 | 0 | 514 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10100001 | 0 | 1000100 | 100101 | 0 | 101001100 | 1100011 | 1000010 |
Color Harmonies of #FE51A1
Complementary color
Monochromatic Colors of #FE51A1
Black with #FE51A1
Text Example
Text Example
White with #FE51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51A1; }
p { color: rgb(254,81,161); }
H1.HeaderClassName
{
color: #FE51A1;
}
.AnyTagClassName
{
color: #FE51A1;
}
</style>
background-color css
<style>
a { background-color: #FE51A1; }
a { background-color: rgb(254,81,161); }
div.DivClassName
{
background-color: #FE51A1;
}
.BgClassName
{
background-color: #FE51A1;
}
</style>
border-color css
<style>
span { border-color: #FE51A1; }
span { border-color: rgb(254,81,161); }
td.TdClassName
{
border-color: #FE51A1;
}
.TagClassName
{
border-color: #FE51A1;
}
</style>