Shades of Brilliant Rose #FE44AA
Tints of Brilliant Rose #FE44AA
RGB
CMYK
RGB Variations
Color information
#FE44AA (or 0xFE44AA) is known color: Brilliant Rose. HEX triplet: FE, 44 and AA. RGB value is (254,68,170). Sum of RGB (Red+Green+Blue) = 254+68+170=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44AA is #01BB55. Grayscale: #878787. Windows color (decimal): -113494 or 11158782. OLE color: 11158782.
HSL color Cylindrical-coordinate representation of color #FE44AA: hue angle of 327.1º 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 #FE44AA is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 170 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.00 |
| HSL | 327.1º | 0.99% | 0.63% | - |
| HSV(B) | 327.1º | 0.73% | 1% | - |
| XYZ | 50.2 | 28.11 | 40.81 | - |
| YUV | 135.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 170 | 0 | 0.73 | 0.33 | 0.00 | 327.1 | 0.99 | 0.63 |
| Hex | FE | 44 | AA | 0 | 49 | 21 | 0 | 147 | 63 | 3F |
| Octal | 376 | 104 | 252 | 0 | 111 | 41 | 0 | 507 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10101010 | 0 | 1001001 | 100001 | 0 | 101000111 | 1100011 | 111111 |
Color Harmonies of #FE44AA
Complementary color
Monochromatic Colors of #FE44AA
Black with #FE44AA
Text Example
Text Example
White with #FE44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44AA; }
p { color: rgb(254,68,170); }
H1.HeaderClassName
{
color: #FE44AA;
}
.AnyTagClassName
{
color: #FE44AA;
}
</style>
background-color css
<style>
a { background-color: #FE44AA; }
a { background-color: rgb(254,68,170); }
div.DivClassName
{
background-color: #FE44AA;
}
.BgClassName
{
background-color: #FE44AA;
}
</style>
border-color css
<style>
span { border-color: #FE44AA; }
span { border-color: rgb(254,68,170); }
td.TdClassName
{
border-color: #FE44AA;
}
.TagClassName
{
border-color: #FE44AA;
}
</style>