Shades of Brilliant Rose #FE50B5
Tints of Brilliant Rose #FE50B5
RGB
CMYK
RGB Variations
Color information
#FE50B5 (or 0xFE50B5) is known color: Brilliant Rose. HEX triplet: FE, 50 and B5. RGB value is (254,80,181). Sum of RGB (Red+Green+Blue) = 254+80+181=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50B5 is #01AF4A. Grayscale: #8F8F8F. Windows color (decimal): -110411 or 11882750. OLE color: 11882750.
HSL color Cylindrical-coordinate representation of color #FE50B5: hue angle of 325.17º 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 #FE50B5 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 181 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.00 |
| HSL | 325.17º | 0.99% | 0.65% | - |
| HSV(B) | 325.17º | 0.69% | 1% | - |
| XYZ | 52.08 | 30.14 | 46.79 | - |
| YUV | 143.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 181 | 0 | 0.69 | 0.29 | 0.00 | 325.17 | 0.99 | 0.65 |
| Hex | FE | 50 | B5 | 0 | 45 | 1D | 0 | 145 | 63 | 41 |
| Octal | 376 | 120 | 265 | 0 | 105 | 35 | 0 | 505 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10110101 | 0 | 1000101 | 11101 | 0 | 101000101 | 1100011 | 1000001 |
Color Harmonies of #FE50B5
Complementary color
Monochromatic Colors of #FE50B5
Black with #FE50B5
Text Example
Text Example
White with #FE50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50B5; }
p { color: rgb(254,80,181); }
H1.HeaderClassName
{
color: #FE50B5;
}
.AnyTagClassName
{
color: #FE50B5;
}
</style>
background-color css
<style>
a { background-color: #FE50B5; }
a { background-color: rgb(254,80,181); }
div.DivClassName
{
background-color: #FE50B5;
}
.BgClassName
{
background-color: #FE50B5;
}
</style>
border-color css
<style>
span { border-color: #FE50B5; }
span { border-color: rgb(254,80,181); }
td.TdClassName
{
border-color: #FE50B5;
}
.TagClassName
{
border-color: #FE50B5;
}
</style>