Shades of Brilliant Rose #FE529F
Tints of Brilliant Rose #FE529F
RGB
CMYK
RGB Variations
Color information
#FE529F (or 0xFE529F) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9F. RGB value is (254,82,159). Sum of RGB (Red+Green+Blue) = 254+82+159=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529F is #01AD60. Grayscale: #8E8E8E. Windows color (decimal): -109921 or 10441470. OLE color: 10441470.
HSL color Cylindrical-coordinate representation of color #FE529F: hue angle of 333.14º 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 #FE529F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 159 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.00 |
| HSL | 333.14º | 0.99% | 0.66% | - |
| HSV(B) | 333.14º | 0.68% | 1% | - |
| XYZ | 50.15 | 29.61 | 35.87 | - |
| YUV | 142.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 159 | 0 | 0.68 | 0.37 | 0.00 | 333.14 | 0.99 | 0.66 |
| Hex | FE | 52 | 9F | 0 | 44 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 122 | 237 | 0 | 104 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10011111 | 0 | 1000100 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE529F
Complementary color
Monochromatic Colors of #FE529F
Black with #FE529F
Text Example
Text Example
White with #FE529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE529F; }
p { color: rgb(254,82,159); }
H1.HeaderClassName
{
color: #FE529F;
}
.AnyTagClassName
{
color: #FE529F;
}
</style>
background-color css
<style>
a { background-color: #FE529F; }
a { background-color: rgb(254,82,159); }
div.DivClassName
{
background-color: #FE529F;
}
.BgClassName
{
background-color: #FE529F;
}
</style>
border-color css
<style>
span { border-color: #FE529F; }
span { border-color: rgb(254,82,159); }
td.TdClassName
{
border-color: #FE529F;
}
.TagClassName
{
border-color: #FE529F;
}
</style>