Shades of Brilliant Rose #FE5F99
Tints of Brilliant Rose #FE5F99
RGB
CMYK
RGB Variations
Color information
#FE5F99 (or 0xFE5F99) is known color: Brilliant Rose. HEX triplet: FE, 5F and 99. RGB value is (254,95,153). Sum of RGB (Red+Green+Blue) = 254+95+153=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5F99 is #01A066. Grayscale: #959595. Windows color (decimal): -106599 or 10051582. OLE color: 10051582.
HSL color Cylindrical-coordinate representation of color #FE5F99: hue angle of 338.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5F99 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 153 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.00 |
| HSL | 338.11º | 0.99% | 0.68% | - |
| HSV(B) | 338.11º | 0.63% | 1% | - |
| XYZ | 50.72 | 31.56 | 33.55 | - |
| YUV | 149.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 153 | 0 | 0.63 | 0.40 | 0.00 | 338.11 | 0.99 | 0.68 |
| Hex | FE | 5F | 99 | 0 | 3F | 28 | 0 | 152 | 63 | 44 |
| Octal | 376 | 137 | 231 | 0 | 77 | 50 | 0 | 522 | 143 | 104 |
| Binary | 11111110 | 1011111 | 10011001 | 0 | 111111 | 101000 | 0 | 101010010 | 1100011 | 1000100 |
Color Harmonies of #FE5F99
Complementary color
Monochromatic Colors of #FE5F99
Black with #FE5F99
Text Example
Text Example
White with #FE5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F99; }
p { color: rgb(254,95,153); }
H1.HeaderClassName
{
color: #FE5F99;
}
.AnyTagClassName
{
color: #FE5F99;
}
</style>
background-color css
<style>
a { background-color: #FE5F99; }
a { background-color: rgb(254,95,153); }
div.DivClassName
{
background-color: #FE5F99;
}
.BgClassName
{
background-color: #FE5F99;
}
</style>
border-color css
<style>
span { border-color: #FE5F99; }
span { border-color: rgb(254,95,153); }
td.TdClassName
{
border-color: #FE5F99;
}
.TagClassName
{
border-color: #FE5F99;
}
</style>