Shades of Brilliant Rose #FE51AD
Tints of Brilliant Rose #FE51AD
RGB
CMYK
RGB Variations
Color information
#FE51AD (or 0xFE51AD) is known color: Brilliant Rose. HEX triplet: FE, 51 and AD. RGB value is (254,81,173). Sum of RGB (Red+Green+Blue) = 254+81+173=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE51AD is #01AE52. Grayscale: #8F8F8F. Windows color (decimal): -110163 or 11358718. OLE color: 11358718.
HSL color Cylindrical-coordinate representation of color #FE51AD: hue angle of 328.09º 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 #FE51AD is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 173 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.00 |
| HSL | 328.09º | 0.99% | 0.66% | - |
| HSV(B) | 328.09º | 0.68% | 1% | - |
| XYZ | 51.36 | 29.97 | 42.61 | - |
| YUV | 143.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 173 | 0 | 0.68 | 0.32 | 0.00 | 328.09 | 0.99 | 0.66 |
| Hex | FE | 51 | AD | 0 | 44 | 20 | 0 | 148 | 63 | 42 |
| Octal | 376 | 121 | 255 | 0 | 104 | 40 | 0 | 510 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10101101 | 0 | 1000100 | 100000 | 0 | 101001000 | 1100011 | 1000010 |
Color Harmonies of #FE51AD
Complementary color
Monochromatic Colors of #FE51AD
Black with #FE51AD
Text Example
Text Example
White with #FE51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51AD; }
p { color: rgb(254,81,173); }
H1.HeaderClassName
{
color: #FE51AD;
}
.AnyTagClassName
{
color: #FE51AD;
}
</style>
background-color css
<style>
a { background-color: #FE51AD; }
a { background-color: rgb(254,81,173); }
div.DivClassName
{
background-color: #FE51AD;
}
.BgClassName
{
background-color: #FE51AD;
}
</style>
border-color css
<style>
span { border-color: #FE51AD; }
span { border-color: rgb(254,81,173); }
td.TdClassName
{
border-color: #FE51AD;
}
.TagClassName
{
border-color: #FE51AD;
}
</style>