Shades of Brilliant Rose #FE41AB
Tints of Brilliant Rose #FE41AB
RGB
CMYK
RGB Variations
Color information
#FE41AB (or 0xFE41AB) is known color: Brilliant Rose. HEX triplet: FE, 41 and AB. RGB value is (254,65,171). Sum of RGB (Red+Green+Blue) = 254+65+171=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE41AB is #01BE54. Grayscale: #858585. Windows color (decimal): -114261 or 11223550. OLE color: 11223550.
HSL color Cylindrical-coordinate representation of color #FE41AB: hue angle of 326.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41AB is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 171 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.00 |
| HSL | 326.35º | 0.99% | 0.63% | - |
| HSV(B) | 326.35º | 0.74% | 1% | - |
| XYZ | 50.11 | 27.79 | 41.25 | - |
| YUV | 133.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 171 | 0 | 0.74 | 0.33 | 0.00 | 326.35 | 0.99 | 0.63 |
| Hex | FE | 41 | AB | 0 | 4A | 21 | 0 | 146 | 63 | 3F |
| Octal | 376 | 101 | 253 | 0 | 112 | 41 | 0 | 506 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10101011 | 0 | 1001010 | 100001 | 0 | 101000110 | 1100011 | 111111 |
Color Harmonies of #FE41AB
Complementary color
Monochromatic Colors of #FE41AB
Black with #FE41AB
Text Example
Text Example
White with #FE41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41AB; }
p { color: rgb(254,65,171); }
H1.HeaderClassName
{
color: #FE41AB;
}
.AnyTagClassName
{
color: #FE41AB;
}
</style>
background-color css
<style>
a { background-color: #FE41AB; }
a { background-color: rgb(254,65,171); }
div.DivClassName
{
background-color: #FE41AB;
}
.BgClassName
{
background-color: #FE41AB;
}
</style>
border-color css
<style>
span { border-color: #FE41AB; }
span { border-color: rgb(254,65,171); }
td.TdClassName
{
border-color: #FE41AB;
}
.TagClassName
{
border-color: #FE41AB;
}
</style>