Shades of Brilliant Rose #FE44AB
Tints of Brilliant Rose #FE44AB
RGB
CMYK
RGB Variations
Color information
#FE44AB (or 0xFE44AB) is known color: Brilliant Rose. HEX triplet: FE, 44 and AB. RGB value is (254,68,171). Sum of RGB (Red+Green+Blue) = 254+68+171=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44AB is #01BB54. Grayscale: #878787. Windows color (decimal): -113493 or 11224318. OLE color: 11224318.
HSL color Cylindrical-coordinate representation of color #FE44AB: hue angle of 326.77º 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 #FE44AB is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 171 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.00 |
| HSL | 326.77º | 0.99% | 0.63% | - |
| HSV(B) | 326.77º | 0.73% | 1% | - |
| XYZ | 50.29 | 28.15 | 41.31 | - |
| YUV | 135.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 171 | 0 | 0.73 | 0.33 | 0.00 | 326.77 | 0.99 | 0.63 |
| Hex | FE | 44 | AB | 0 | 49 | 21 | 0 | 147 | 63 | 3F |
| Octal | 376 | 104 | 253 | 0 | 111 | 41 | 0 | 507 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10101011 | 0 | 1001001 | 100001 | 0 | 101000111 | 1100011 | 111111 |
Color Harmonies of #FE44AB
Complementary color
Monochromatic Colors of #FE44AB
Black with #FE44AB
Text Example
Text Example
White with #FE44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44AB; }
p { color: rgb(254,68,171); }
H1.HeaderClassName
{
color: #FE44AB;
}
.AnyTagClassName
{
color: #FE44AB;
}
</style>
background-color css
<style>
a { background-color: #FE44AB; }
a { background-color: rgb(254,68,171); }
div.DivClassName
{
background-color: #FE44AB;
}
.BgClassName
{
background-color: #FE44AB;
}
</style>
border-color css
<style>
span { border-color: #FE44AB; }
span { border-color: rgb(254,68,171); }
td.TdClassName
{
border-color: #FE44AB;
}
.TagClassName
{
border-color: #FE44AB;
}
</style>