Shades of Brilliant Rose #FE45A5
Tints of Brilliant Rose #FE45A5
RGB
CMYK
RGB Variations
Color information
#FE45A5 (or 0xFE45A5) is known color: Brilliant Rose. HEX triplet: FE, 45 and A5. RGB value is (254,69,165). Sum of RGB (Red+Green+Blue) = 254+69+165=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE45A5 is #01BA5A. Grayscale: #878787. Windows color (decimal): -113243 or 10831358. OLE color: 10831358.
HSL color Cylindrical-coordinate representation of color #FE45A5: hue angle of 328.86º 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 #FE45A5 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 165 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.00 |
| HSL | 328.86º | 0.99% | 0.63% | - |
| HSV(B) | 328.86º | 0.73% | 1% | - |
| XYZ | 49.79 | 28.04 | 38.39 | - |
| YUV | 135.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 165 | 0 | 0.73 | 0.35 | 0.00 | 328.86 | 0.99 | 0.63 |
| Hex | FE | 45 | A5 | 0 | 49 | 23 | 0 | 149 | 63 | 3F |
| Octal | 376 | 105 | 245 | 0 | 111 | 43 | 0 | 511 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10100101 | 0 | 1001001 | 100011 | 0 | 101001001 | 1100011 | 111111 |
Color Harmonies of #FE45A5
Complementary color
Monochromatic Colors of #FE45A5
Black with #FE45A5
Text Example
Text Example
White with #FE45A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45A5; }
p { color: rgb(254,69,165); }
H1.HeaderClassName
{
color: #FE45A5;
}
.AnyTagClassName
{
color: #FE45A5;
}
</style>
background-color css
<style>
a { background-color: #FE45A5; }
a { background-color: rgb(254,69,165); }
div.DivClassName
{
background-color: #FE45A5;
}
.BgClassName
{
background-color: #FE45A5;
}
</style>
border-color css
<style>
span { border-color: #FE45A5; }
span { border-color: rgb(254,69,165); }
td.TdClassName
{
border-color: #FE45A5;
}
.TagClassName
{
border-color: #FE45A5;
}
</style>