Shades of Brilliant Rose #FE6899
Tints of Brilliant Rose #FE6899
RGB
CMYK
RGB Variations
Color information
#FE6899 (or 0xFE6899) is known color: Brilliant Rose. HEX triplet: FE, 68 and 99. RGB value is (254,104,153). Sum of RGB (Red+Green+Blue) = 254+104+153=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6899 is #019766. Grayscale: #9A9A9A. Windows color (decimal): -104295 or 10053886. OLE color: 10053886.
HSL color Cylindrical-coordinate representation of color #FE6899: hue angle of 340.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6899 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 153 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.00 |
| HSL | 340.4º | 0.99% | 0.7% | - |
| HSV(B) | 340.4º | 0.59% | 1% | - |
| XYZ | 51.57 | 33.27 | 33.84 | - |
| YUV | 154.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 153 | 0 | 0.59 | 0.40 | 0.00 | 340.4 | 0.99 | 0.7 |
| Hex | FE | 68 | 99 | 0 | 3B | 28 | 0 | 154 | 63 | 46 |
| Octal | 376 | 150 | 231 | 0 | 73 | 50 | 0 | 524 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10011001 | 0 | 111011 | 101000 | 0 | 101010100 | 1100011 | 1000110 |
Color Harmonies of #FE6899
Complementary color
Monochromatic Colors of #FE6899
Black with #FE6899
Text Example
Text Example
White with #FE6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6899; }
p { color: rgb(254,104,153); }
H1.HeaderClassName
{
color: #FE6899;
}
.AnyTagClassName
{
color: #FE6899;
}
</style>
background-color css
<style>
a { background-color: #FE6899; }
a { background-color: rgb(254,104,153); }
div.DivClassName
{
background-color: #FE6899;
}
.BgClassName
{
background-color: #FE6899;
}
</style>
border-color css
<style>
span { border-color: #FE6899; }
span { border-color: rgb(254,104,153); }
td.TdClassName
{
border-color: #FE6899;
}
.TagClassName
{
border-color: #FE6899;
}
</style>