Shades of Brilliant Rose #FE55AC
Tints of Brilliant Rose #FE55AC
RGB
CMYK
RGB Variations
Color information
#FE55AC (or 0xFE55AC) is known color: Brilliant Rose. HEX triplet: FE, 55 and AC. RGB value is (254,85,172). Sum of RGB (Red+Green+Blue) = 254+85+172=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AC is #01AA53. Grayscale: #919191. Windows color (decimal): -109140 or 11294206. OLE color: 11294206.
HSL color Cylindrical-coordinate representation of color #FE55AC: hue angle of 329.11º 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 #FE55AC is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 172 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.00 |
| HSL | 329.11º | 0.99% | 0.66% | - |
| HSV(B) | 329.11º | 0.67% | 1% | - |
| XYZ | 51.57 | 30.55 | 42.21 | - |
| YUV | 145.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 172 | 0 | 0.67 | 0.32 | 0.00 | 329.11 | 0.99 | 0.66 |
| Hex | FE | 55 | AC | 0 | 43 | 20 | 0 | 149 | 63 | 42 |
| Octal | 376 | 125 | 254 | 0 | 103 | 40 | 0 | 511 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10101100 | 0 | 1000011 | 100000 | 0 | 101001001 | 1100011 | 1000010 |
Color Harmonies of #FE55AC
Complementary color
Monochromatic Colors of #FE55AC
Black with #FE55AC
Text Example
Text Example
White with #FE55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55AC; }
p { color: rgb(254,85,172); }
H1.HeaderClassName
{
color: #FE55AC;
}
.AnyTagClassName
{
color: #FE55AC;
}
</style>
background-color css
<style>
a { background-color: #FE55AC; }
a { background-color: rgb(254,85,172); }
div.DivClassName
{
background-color: #FE55AC;
}
.BgClassName
{
background-color: #FE55AC;
}
</style>
border-color css
<style>
span { border-color: #FE55AC; }
span { border-color: rgb(254,85,172); }
td.TdClassName
{
border-color: #FE55AC;
}
.TagClassName
{
border-color: #FE55AC;
}
</style>