Shades of Brilliant Rose #FE519A
Tints of Brilliant Rose #FE519A
RGB
CMYK
RGB Variations
Color information
#FE519A (or 0xFE519A) is known color: Brilliant Rose. HEX triplet: FE, 51 and 9A. RGB value is (254,81,154). Sum of RGB (Red+Green+Blue) = 254+81+154=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE519A is #01AE65. Grayscale: #8C8C8C. Windows color (decimal): -110182 or 10113534. OLE color: 10113534.
HSL color Cylindrical-coordinate representation of color #FE519A: hue angle of 334.68º 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 #FE519A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 154 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.00 |
| HSL | 334.68º | 0.99% | 0.66% | - |
| HSV(B) | 334.68º | 0.68% | 1% | - |
| XYZ | 49.65 | 29.29 | 33.61 | - |
| YUV | 141.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 154 | 0 | 0.68 | 0.39 | 0.00 | 334.68 | 0.99 | 0.66 |
| Hex | FE | 51 | 9A | 0 | 44 | 27 | 0 | 14F | 63 | 42 |
| Octal | 376 | 121 | 232 | 0 | 104 | 47 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10011010 | 0 | 1000100 | 100111 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE519A
Complementary color
Monochromatic Colors of #FE519A
Black with #FE519A
Text Example
Text Example
White with #FE519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE519A; }
p { color: rgb(254,81,154); }
H1.HeaderClassName
{
color: #FE519A;
}
.AnyTagClassName
{
color: #FE519A;
}
</style>
background-color css
<style>
a { background-color: #FE519A; }
a { background-color: rgb(254,81,154); }
div.DivClassName
{
background-color: #FE519A;
}
.BgClassName
{
background-color: #FE519A;
}
</style>
border-color css
<style>
span { border-color: #FE519A; }
span { border-color: rgb(254,81,154); }
td.TdClassName
{
border-color: #FE519A;
}
.TagClassName
{
border-color: #FE519A;
}
</style>