Shades of Brilliant Rose #FE63A1
Tints of Brilliant Rose #FE63A1
RGB
CMYK
RGB Variations
Color information
#FE63A1 (or 0xFE63A1) is known color: Brilliant Rose. HEX triplet: FE, 63 and A1. RGB value is (254,99,161). Sum of RGB (Red+Green+Blue) = 254+99+161=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE63A1 is #019C5E. Grayscale: #989898. Windows color (decimal): -105567 or 10576894. OLE color: 10576894.
HSL color Cylindrical-coordinate representation of color #FE63A1: hue angle of 336º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63A1 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 161 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.00 |
| HSL | 336º | 0.99% | 0.69% | - |
| HSV(B) | 336º | 0.61% | 1% | - |
| XYZ | 51.77 | 32.57 | 37.28 | - |
| YUV | 152.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 161 | 0 | 0.61 | 0.37 | 0.00 | 336 | 0.99 | 0.69 |
| Hex | FE | 63 | A1 | 0 | 3D | 25 | 0 | 150 | 63 | 45 |
| Octal | 376 | 143 | 241 | 0 | 75 | 45 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10100001 | 0 | 111101 | 100101 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE63A1
Complementary color
Monochromatic Colors of #FE63A1
Black with #FE63A1
Text Example
Text Example
White with #FE63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63A1; }
p { color: rgb(254,99,161); }
H1.HeaderClassName
{
color: #FE63A1;
}
.AnyTagClassName
{
color: #FE63A1;
}
</style>
background-color css
<style>
a { background-color: #FE63A1; }
a { background-color: rgb(254,99,161); }
div.DivClassName
{
background-color: #FE63A1;
}
.BgClassName
{
background-color: #FE63A1;
}
</style>
border-color css
<style>
span { border-color: #FE63A1; }
span { border-color: rgb(254,99,161); }
td.TdClassName
{
border-color: #FE63A1;
}
.TagClassName
{
border-color: #FE63A1;
}
</style>