Shades of Brilliant Rose #FE50B7
Tints of Brilliant Rose #FE50B7
RGB
CMYK
RGB Variations
Color information
#FE50B7 (or 0xFE50B7) is known color: Brilliant Rose. HEX triplet: FE, 50 and B7. RGB value is (254,80,183). Sum of RGB (Red+Green+Blue) = 254+80+183=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50B7 is #01AF48. Grayscale: #8F8F8F. Windows color (decimal): -110409 or 12013822. OLE color: 12013822.
HSL color Cylindrical-coordinate representation of color #FE50B7: hue angle of 324.48º 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 #FE50B7 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 183 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.00 |
| HSL | 324.48º | 0.99% | 0.65% | - |
| HSV(B) | 324.48º | 0.69% | 1% | - |
| XYZ | 52.29 | 30.23 | 47.88 | - |
| YUV | 143.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 183 | 0 | 0.69 | 0.28 | 0.00 | 324.48 | 0.99 | 0.65 |
| Hex | FE | 50 | B7 | 0 | 45 | 1C | 0 | 144 | 63 | 41 |
| Octal | 376 | 120 | 267 | 0 | 105 | 34 | 0 | 504 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10110111 | 0 | 1000101 | 11100 | 0 | 101000100 | 1100011 | 1000001 |
Color Harmonies of #FE50B7
Complementary color
Monochromatic Colors of #FE50B7
Black with #FE50B7
Text Example
Text Example
White with #FE50B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50B7; }
p { color: rgb(254,80,183); }
H1.HeaderClassName
{
color: #FE50B7;
}
.AnyTagClassName
{
color: #FE50B7;
}
</style>
background-color css
<style>
a { background-color: #FE50B7; }
a { background-color: rgb(254,80,183); }
div.DivClassName
{
background-color: #FE50B7;
}
.BgClassName
{
background-color: #FE50B7;
}
</style>
border-color css
<style>
span { border-color: #FE50B7; }
span { border-color: rgb(254,80,183); }
td.TdClassName
{
border-color: #FE50B7;
}
.TagClassName
{
border-color: #FE50B7;
}
</style>