Shades of Brilliant Rose #FE55AA
Tints of Brilliant Rose #FE55AA
RGB
CMYK
RGB Variations
Color information
#FE55AA (or 0xFE55AA) is known color: Brilliant Rose. HEX triplet: FE, 55 and AA. RGB value is (254,85,170). Sum of RGB (Red+Green+Blue) = 254+85+170=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AA is #01AA55. Grayscale: #919191. Windows color (decimal): -109142 or 11163134. OLE color: 11163134.
HSL color Cylindrical-coordinate representation of color #FE55AA: hue angle of 329.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55AA is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 170 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.00 |
| HSL | 329.82º | 0.99% | 0.66% | - |
| HSV(B) | 329.82º | 0.67% | 1% | - |
| XYZ | 51.38 | 30.47 | 41.2 | - |
| YUV | 145.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 170 | 0 | 0.67 | 0.33 | 0.00 | 329.82 | 0.99 | 0.66 |
| Hex | FE | 55 | AA | 0 | 43 | 21 | 0 | 14A | 63 | 42 |
| Octal | 376 | 125 | 252 | 0 | 103 | 41 | 0 | 512 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10101010 | 0 | 1000011 | 100001 | 0 | 101001010 | 1100011 | 1000010 |
Color Harmonies of #FE55AA
Complementary color
Monochromatic Colors of #FE55AA
Black with #FE55AA
Text Example
Text Example
White with #FE55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55AA; }
p { color: rgb(254,85,170); }
H1.HeaderClassName
{
color: #FE55AA;
}
.AnyTagClassName
{
color: #FE55AA;
}
</style>
background-color css
<style>
a { background-color: #FE55AA; }
a { background-color: rgb(254,85,170); }
div.DivClassName
{
background-color: #FE55AA;
}
.BgClassName
{
background-color: #FE55AA;
}
</style>
border-color css
<style>
span { border-color: #FE55AA; }
span { border-color: rgb(254,85,170); }
td.TdClassName
{
border-color: #FE55AA;
}
.TagClassName
{
border-color: #FE55AA;
}
</style>