Shades of Brilliant Rose #FE55A3
Tints of Brilliant Rose #FE55A3
RGB
CMYK
RGB Variations
Color information
#FE55A3 (or 0xFE55A3) is known color: Brilliant Rose. HEX triplet: FE, 55 and A3. RGB value is (254,85,163). Sum of RGB (Red+Green+Blue) = 254+85+163=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55A3 is #01AA5C. Grayscale: #909090. Windows color (decimal): -109149 or 10704382. OLE color: 10704382.
HSL color Cylindrical-coordinate representation of color #FE55A3: hue angle of 332.31º 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 #FE55A3 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 163 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.00 |
| HSL | 332.31º | 0.99% | 0.66% | - |
| HSV(B) | 332.31º | 0.67% | 1% | - |
| XYZ | 50.73 | 30.21 | 37.81 | - |
| YUV | 144.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 163 | 0 | 0.67 | 0.36 | 0.00 | 332.31 | 0.99 | 0.66 |
| Hex | FE | 55 | A3 | 0 | 43 | 24 | 0 | 14C | 63 | 42 |
| Octal | 376 | 125 | 243 | 0 | 103 | 44 | 0 | 514 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10100011 | 0 | 1000011 | 100100 | 0 | 101001100 | 1100011 | 1000010 |
Color Harmonies of #FE55A3
Complementary color
Monochromatic Colors of #FE55A3
Black with #FE55A3
Text Example
Text Example
White with #FE55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55A3; }
p { color: rgb(254,85,163); }
H1.HeaderClassName
{
color: #FE55A3;
}
.AnyTagClassName
{
color: #FE55A3;
}
</style>
background-color css
<style>
a { background-color: #FE55A3; }
a { background-color: rgb(254,85,163); }
div.DivClassName
{
background-color: #FE55A3;
}
.BgClassName
{
background-color: #FE55A3;
}
</style>
border-color css
<style>
span { border-color: #FE55A3; }
span { border-color: rgb(254,85,163); }
td.TdClassName
{
border-color: #FE55A3;
}
.TagClassName
{
border-color: #FE55A3;
}
</style>