Shades of Brilliant Rose #FE509B
Tints of Brilliant Rose #FE509B
RGB
CMYK
RGB Variations
Color information
#FE509B (or 0xFE509B) is known color: Brilliant Rose. HEX triplet: FE, 50 and 9B. RGB value is (254,80,155). Sum of RGB (Red+Green+Blue) = 254+80+155=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE509B is #01AF64. Grayscale: #8C8C8C. Windows color (decimal): -110437 or 10178814. OLE color: 10178814.
HSL color Cylindrical-coordinate representation of color #FE509B: hue angle of 334.14º 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 #FE509B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 155 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.00 |
| HSL | 334.14º | 0.99% | 0.65% | - |
| HSV(B) | 334.14º | 0.69% | 1% | - |
| XYZ | 49.66 | 29.17 | 34.02 | - |
| YUV | 140.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 155 | 0 | 0.69 | 0.39 | 0.00 | 334.14 | 0.99 | 0.65 |
| Hex | FE | 50 | 9B | 0 | 45 | 27 | 0 | 14E | 63 | 41 |
| Octal | 376 | 120 | 233 | 0 | 105 | 47 | 0 | 516 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10011011 | 0 | 1000101 | 100111 | 0 | 101001110 | 1100011 | 1000001 |
Color Harmonies of #FE509B
Complementary color
Monochromatic Colors of #FE509B
Black with #FE509B
Text Example
Text Example
White with #FE509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE509B; }
p { color: rgb(254,80,155); }
H1.HeaderClassName
{
color: #FE509B;
}
.AnyTagClassName
{
color: #FE509B;
}
</style>
background-color css
<style>
a { background-color: #FE509B; }
a { background-color: rgb(254,80,155); }
div.DivClassName
{
background-color: #FE509B;
}
.BgClassName
{
background-color: #FE509B;
}
</style>
border-color css
<style>
span { border-color: #FE509B; }
span { border-color: rgb(254,80,155); }
td.TdClassName
{
border-color: #FE509B;
}
.TagClassName
{
border-color: #FE509B;
}
</style>