Shades of Brilliant Rose #FE5694
Tints of Brilliant Rose #FE5694
RGB
CMYK
RGB Variations
Color information
#FE5694 (or 0xFE5694) is known color: Brilliant Rose. HEX triplet: FE, 56 and 94. RGB value is (254,86,148). Sum of RGB (Red+Green+Blue) = 254+86+148=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5694 is #01A96B. Grayscale: #8F8F8F. Windows color (decimal): -108908 or 9721598. OLE color: 9721598.
HSL color Cylindrical-coordinate representation of color #FE5694: hue angle of 337.86º 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 #FE5694 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 148 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.00 |
| HSL | 337.86º | 0.99% | 0.67% | - |
| HSV(B) | 337.86º | 0.66% | 1% | - |
| XYZ | 49.55 | 29.86 | 31.17 | - |
| YUV | 143.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 148 | 0 | 0.66 | 0.42 | 0.00 | 337.86 | 0.99 | 0.67 |
| Hex | FE | 56 | 94 | 0 | 42 | 2A | 0 | 152 | 63 | 43 |
| Octal | 376 | 126 | 224 | 0 | 102 | 52 | 0 | 522 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10010100 | 0 | 1000010 | 101010 | 0 | 101010010 | 1100011 | 1000011 |
Color Harmonies of #FE5694
Complementary color
Monochromatic Colors of #FE5694
Black with #FE5694
Text Example
Text Example
White with #FE5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5694; }
p { color: rgb(254,86,148); }
H1.HeaderClassName
{
color: #FE5694;
}
.AnyTagClassName
{
color: #FE5694;
}
</style>
background-color css
<style>
a { background-color: #FE5694; }
a { background-color: rgb(254,86,148); }
div.DivClassName
{
background-color: #FE5694;
}
.BgClassName
{
background-color: #FE5694;
}
</style>
border-color css
<style>
span { border-color: #FE5694; }
span { border-color: rgb(254,86,148); }
td.TdClassName
{
border-color: #FE5694;
}
.TagClassName
{
border-color: #FE5694;
}
</style>