Shades of Brilliant Rose #FE459D
Tints of Brilliant Rose #FE459D
RGB
CMYK
RGB Variations
Color information
#FE459D (or 0xFE459D) is known color: Brilliant Rose. HEX triplet: FE, 45 and 9D. RGB value is (254,69,157). Sum of RGB (Red+Green+Blue) = 254+69+157=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE459D is #01BA62. Grayscale: #868686. Windows color (decimal): -113251 or 10307070. OLE color: 10307070.
HSL color Cylindrical-coordinate representation of color #FE459D: hue angle of 331.46º 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 #FE459D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 157 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.00 |
| HSL | 331.46º | 0.99% | 0.63% | - |
| HSV(B) | 331.46º | 0.73% | 1% | - |
| XYZ | 49.09 | 27.76 | 34.67 | - |
| YUV | 134.35 | 140.79 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 157 | 0 | 0.73 | 0.38 | 0.00 | 331.46 | 0.99 | 0.63 |
| Hex | FE | 45 | 9D | 0 | 49 | 26 | 0 | 14B | 63 | 3F |
| Octal | 376 | 105 | 235 | 0 | 111 | 46 | 0 | 513 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10011101 | 0 | 1001001 | 100110 | 0 | 101001011 | 1100011 | 111111 |
Color Harmonies of #FE459D
Complementary color
Monochromatic Colors of #FE459D
Black with #FE459D
Text Example
Text Example
White with #FE459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE459D; }
p { color: rgb(254,69,157); }
H1.HeaderClassName
{
color: #FE459D;
}
.AnyTagClassName
{
color: #FE459D;
}
</style>
background-color css
<style>
a { background-color: #FE459D; }
a { background-color: rgb(254,69,157); }
div.DivClassName
{
background-color: #FE459D;
}
.BgClassName
{
background-color: #FE459D;
}
</style>
border-color css
<style>
span { border-color: #FE459D; }
span { border-color: rgb(254,69,157); }
td.TdClassName
{
border-color: #FE459D;
}
.TagClassName
{
border-color: #FE459D;
}
</style>