Shades of Brilliant Rose #FE42AA
Tints of Brilliant Rose #FE42AA
RGB
CMYK
RGB Variations
Color information
#FE42AA (or 0xFE42AA) is known color: Brilliant Rose. HEX triplet: FE, 42 and AA. RGB value is (254,66,170). Sum of RGB (Red+Green+Blue) = 254+66+170=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE42AA is #01BD55. Grayscale: #858585. Windows color (decimal): -114006 or 11158270. OLE color: 11158270.
HSL color Cylindrical-coordinate representation of color #FE42AA: hue angle of 326.81º 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 #FE42AA is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 170 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.00 |
| HSL | 326.81º | 0.99% | 0.63% | - |
| HSV(B) | 326.81º | 0.74% | 1% | - |
| XYZ | 50.08 | 27.87 | 40.77 | - |
| YUV | 134.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 170 | 0 | 0.74 | 0.33 | 0.00 | 326.81 | 0.99 | 0.63 |
| Hex | FE | 42 | AA | 0 | 4A | 21 | 0 | 147 | 63 | 3F |
| Octal | 376 | 102 | 252 | 0 | 112 | 41 | 0 | 507 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10101010 | 0 | 1001010 | 100001 | 0 | 101000111 | 1100011 | 111111 |
Color Harmonies of #FE42AA
Complementary color
Monochromatic Colors of #FE42AA
Black with #FE42AA
Text Example
Text Example
White with #FE42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42AA; }
p { color: rgb(254,66,170); }
H1.HeaderClassName
{
color: #FE42AA;
}
.AnyTagClassName
{
color: #FE42AA;
}
</style>
background-color css
<style>
a { background-color: #FE42AA; }
a { background-color: rgb(254,66,170); }
div.DivClassName
{
background-color: #FE42AA;
}
.BgClassName
{
background-color: #FE42AA;
}
</style>
border-color css
<style>
span { border-color: #FE42AA; }
span { border-color: rgb(254,66,170); }
td.TdClassName
{
border-color: #FE42AA;
}
.TagClassName
{
border-color: #FE42AA;
}
</style>