Shades of Brilliant Rose #FE5699
Tints of Brilliant Rose #FE5699
RGB
CMYK
RGB Variations
Color information
#FE5699 (or 0xFE5699) is known color: Brilliant Rose. HEX triplet: FE, 56 and 99. RGB value is (254,86,153). Sum of RGB (Red+Green+Blue) = 254+86+153=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5699 is #01A966. Grayscale: #8F8F8F. Windows color (decimal): -108903 or 10049278. OLE color: 10049278.
HSL color Cylindrical-coordinate representation of color #FE5699: hue angle of 336.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5699 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 153 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.00 |
| HSL | 336.07º | 0.99% | 0.67% | - |
| HSV(B) | 336.07º | 0.66% | 1% | - |
| XYZ | 49.95 | 30.03 | 33.3 | - |
| YUV | 143.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 153 | 0 | 0.66 | 0.40 | 0.00 | 336.07 | 0.99 | 0.67 |
| Hex | FE | 56 | 99 | 0 | 42 | 28 | 0 | 150 | 63 | 43 |
| Octal | 376 | 126 | 231 | 0 | 102 | 50 | 0 | 520 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10011001 | 0 | 1000010 | 101000 | 0 | 101010000 | 1100011 | 1000011 |
Color Harmonies of #FE5699
Complementary color
Monochromatic Colors of #FE5699
Black with #FE5699
Text Example
Text Example
White with #FE5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5699; }
p { color: rgb(254,86,153); }
H1.HeaderClassName
{
color: #FE5699;
}
.AnyTagClassName
{
color: #FE5699;
}
</style>
background-color css
<style>
a { background-color: #FE5699; }
a { background-color: rgb(254,86,153); }
div.DivClassName
{
background-color: #FE5699;
}
.BgClassName
{
background-color: #FE5699;
}
</style>
border-color css
<style>
span { border-color: #FE5699; }
span { border-color: rgb(254,86,153); }
td.TdClassName
{
border-color: #FE5699;
}
.TagClassName
{
border-color: #FE5699;
}
</style>