Shades of Brilliant Rose #FE529A
Tints of Brilliant Rose #FE529A
RGB
CMYK
RGB Variations
Color information
#FE529A (or 0xFE529A) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9A. RGB value is (254,82,154). Sum of RGB (Red+Green+Blue) = 254+82+154=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529A is #01AD65. Grayscale: #8D8D8D. Windows color (decimal): -109926 or 10113790. OLE color: 10113790.
HSL color Cylindrical-coordinate representation of color #FE529A: hue angle of 334.88º 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 #FE529A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 154 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.00 |
| HSL | 334.88º | 0.99% | 0.66% | - |
| HSV(B) | 334.88º | 0.68% | 1% | - |
| XYZ | 49.72 | 29.44 | 33.63 | - |
| YUV | 141.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 154 | 0 | 0.68 | 0.39 | 0.00 | 334.88 | 0.99 | 0.66 |
| Hex | FE | 52 | 9A | 0 | 44 | 27 | 0 | 14F | 63 | 42 |
| Octal | 376 | 122 | 232 | 0 | 104 | 47 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10011010 | 0 | 1000100 | 100111 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE529A
Complementary color
Monochromatic Colors of #FE529A
Black with #FE529A
Text Example
Text Example
White with #FE529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE529A; }
p { color: rgb(254,82,154); }
H1.HeaderClassName
{
color: #FE529A;
}
.AnyTagClassName
{
color: #FE529A;
}
</style>
background-color css
<style>
a { background-color: #FE529A; }
a { background-color: rgb(254,82,154); }
div.DivClassName
{
background-color: #FE529A;
}
.BgClassName
{
background-color: #FE529A;
}
</style>
border-color css
<style>
span { border-color: #FE529A; }
span { border-color: rgb(254,82,154); }
td.TdClassName
{
border-color: #FE529A;
}
.TagClassName
{
border-color: #FE529A;
}
</style>