Shades of Brilliant Rose #FE51B9
Tints of Brilliant Rose #FE51B9
RGB
CMYK
RGB Variations
Color information
#FE51B9 (or 0xFE51B9) is known color: Brilliant Rose. HEX triplet: FE, 51 and B9. RGB value is (254,81,185). Sum of RGB (Red+Green+Blue) = 254+81+185=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51B9 is #01AE46. Grayscale: #909090. Windows color (decimal): -110151 or 12145150. OLE color: 12145150.
HSL color Cylindrical-coordinate representation of color #FE51B9: hue angle of 323.93º 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 #FE51B9 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 185 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.00 |
| HSL | 323.93º | 0.99% | 0.66% | - |
| HSV(B) | 323.93º | 0.68% | 1% | - |
| XYZ | 52.57 | 30.46 | 49.01 | - |
| YUV | 144.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 185 | 0 | 0.68 | 0.27 | 0.00 | 323.93 | 0.99 | 0.66 |
| Hex | FE | 51 | B9 | 0 | 44 | 1B | 0 | 144 | 63 | 42 |
| Octal | 376 | 121 | 271 | 0 | 104 | 33 | 0 | 504 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10111001 | 0 | 1000100 | 11011 | 0 | 101000100 | 1100011 | 1000010 |
Color Harmonies of #FE51B9
Complementary color
Monochromatic Colors of #FE51B9
Black with #FE51B9
Text Example
Text Example
White with #FE51B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51B9; }
p { color: rgb(254,81,185); }
H1.HeaderClassName
{
color: #FE51B9;
}
.AnyTagClassName
{
color: #FE51B9;
}
</style>
background-color css
<style>
a { background-color: #FE51B9; }
a { background-color: rgb(254,81,185); }
div.DivClassName
{
background-color: #FE51B9;
}
.BgClassName
{
background-color: #FE51B9;
}
</style>
border-color css
<style>
span { border-color: #FE51B9; }
span { border-color: rgb(254,81,185); }
td.TdClassName
{
border-color: #FE51B9;
}
.TagClassName
{
border-color: #FE51B9;
}
</style>