Shades of Brilliant Rose #FE45A0
Tints of Brilliant Rose #FE45A0
RGB
CMYK
RGB Variations
Color information
#FE45A0 (or 0xFE45A0) is known color: Brilliant Rose. HEX triplet: FE, 45 and A0. RGB value is (254,69,160). Sum of RGB (Red+Green+Blue) = 254+69+160=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE45A0 is #01BA5F. Grayscale: #868686. Windows color (decimal): -113248 or 10503678. OLE color: 10503678.
HSL color Cylindrical-coordinate representation of color #FE45A0: hue angle of 330.49º 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 #FE45A0 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 160 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.00 |
| HSL | 330.49º | 0.99% | 0.63% | - |
| HSV(B) | 330.49º | 0.73% | 1% | - |
| XYZ | 49.35 | 27.87 | 36.04 | - |
| YUV | 134.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 160 | 0 | 0.73 | 0.37 | 0.00 | 330.49 | 0.99 | 0.63 |
| Hex | FE | 45 | A0 | 0 | 49 | 25 | 0 | 14A | 63 | 3F |
| Octal | 376 | 105 | 240 | 0 | 111 | 45 | 0 | 512 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10100000 | 0 | 1001001 | 100101 | 0 | 101001010 | 1100011 | 111111 |
Color Harmonies of #FE45A0
Complementary color
Monochromatic Colors of #FE45A0
Black with #FE45A0
Text Example
Text Example
White with #FE45A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45A0; }
p { color: rgb(254,69,160); }
H1.HeaderClassName
{
color: #FE45A0;
}
.AnyTagClassName
{
color: #FE45A0;
}
</style>
background-color css
<style>
a { background-color: #FE45A0; }
a { background-color: rgb(254,69,160); }
div.DivClassName
{
background-color: #FE45A0;
}
.BgClassName
{
background-color: #FE45A0;
}
</style>
border-color css
<style>
span { border-color: #FE45A0; }
span { border-color: rgb(254,69,160); }
td.TdClassName
{
border-color: #FE45A0;
}
.TagClassName
{
border-color: #FE45A0;
}
</style>