Shades of Brilliant Rose #FE459F
Tints of Brilliant Rose #FE459F
RGB
CMYK
RGB Variations
Color information
#FE459F (or 0xFE459F) is known color: Brilliant Rose. HEX triplet: FE, 45 and 9F. RGB value is (254,69,159). Sum of RGB (Red+Green+Blue) = 254+69+159=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE459F is #01BA60. Grayscale: #868686. Windows color (decimal): -113249 or 10438142. OLE color: 10438142.
HSL color Cylindrical-coordinate representation of color #FE459F: hue angle of 330.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE459F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 159 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.00 |
| HSL | 330.81º | 0.99% | 0.63% | - |
| HSV(B) | 330.81º | 0.73% | 1% | - |
| XYZ | 49.26 | 27.83 | 35.58 | - |
| YUV | 134.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 159 | 0 | 0.73 | 0.37 | 0.00 | 330.81 | 0.99 | 0.63 |
| Hex | FE | 45 | 9F | 0 | 49 | 25 | 0 | 14B | 63 | 3F |
| Octal | 376 | 105 | 237 | 0 | 111 | 45 | 0 | 513 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10011111 | 0 | 1001001 | 100101 | 0 | 101001011 | 1100011 | 111111 |
Color Harmonies of #FE459F
Complementary color
Monochromatic Colors of #FE459F
Black with #FE459F
Text Example
Text Example
White with #FE459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE459F; }
p { color: rgb(254,69,159); }
H1.HeaderClassName
{
color: #FE459F;
}
.AnyTagClassName
{
color: #FE459F;
}
</style>
background-color css
<style>
a { background-color: #FE459F; }
a { background-color: rgb(254,69,159); }
div.DivClassName
{
background-color: #FE459F;
}
.BgClassName
{
background-color: #FE459F;
}
</style>
border-color css
<style>
span { border-color: #FE459F; }
span { border-color: rgb(254,69,159); }
td.TdClassName
{
border-color: #FE459F;
}
.TagClassName
{
border-color: #FE459F;
}
</style>