Shades of Brilliant Rose #FE509F
Tints of Brilliant Rose #FE509F
RGB
CMYK
RGB Variations
Color information
#FE509F (or 0xFE509F) is known color: Brilliant Rose. HEX triplet: FE, 50 and 9F. RGB value is (254,80,159). Sum of RGB (Red+Green+Blue) = 254+80+159=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE509F is #01AF60. Grayscale: #8C8C8C. Windows color (decimal): -110433 or 10440958. OLE color: 10440958.
HSL color Cylindrical-coordinate representation of color #FE509F: hue angle of 332.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE509F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 159 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.00 |
| HSL | 332.76º | 0.99% | 0.65% | - |
| HSV(B) | 332.76º | 0.69% | 1% | - |
| XYZ | 50 | 29.31 | 35.82 | - |
| YUV | 141.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 159 | 0 | 0.69 | 0.37 | 0.00 | 332.76 | 0.99 | 0.65 |
| Hex | FE | 50 | 9F | 0 | 45 | 25 | 0 | 14D | 63 | 41 |
| Octal | 376 | 120 | 237 | 0 | 105 | 45 | 0 | 515 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10011111 | 0 | 1000101 | 100101 | 0 | 101001101 | 1100011 | 1000001 |
Color Harmonies of #FE509F
Complementary color
Monochromatic Colors of #FE509F
Black with #FE509F
Text Example
Text Example
White with #FE509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE509F; }
p { color: rgb(254,80,159); }
H1.HeaderClassName
{
color: #FE509F;
}
.AnyTagClassName
{
color: #FE509F;
}
</style>
background-color css
<style>
a { background-color: #FE509F; }
a { background-color: rgb(254,80,159); }
div.DivClassName
{
background-color: #FE509F;
}
.BgClassName
{
background-color: #FE509F;
}
</style>
border-color css
<style>
span { border-color: #FE509F; }
span { border-color: rgb(254,80,159); }
td.TdClassName
{
border-color: #FE509F;
}
.TagClassName
{
border-color: #FE509F;
}
</style>