Shades of Brilliant Rose #FE53AD
Tints of Brilliant Rose #FE53AD
RGB
CMYK
RGB Variations
Color information
#FE53AD (or 0xFE53AD) is known color: Brilliant Rose. HEX triplet: FE, 53 and AD. RGB value is (254,83,173). Sum of RGB (Red+Green+Blue) = 254+83+173=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE53AD is #01AC52. Grayscale: #909090. Windows color (decimal): -109651 or 11359230. OLE color: 11359230.
HSL color Cylindrical-coordinate representation of color #FE53AD: hue angle of 328.42º 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 #FE53AD is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 173 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.00 |
| HSL | 328.42º | 0.99% | 0.66% | - |
| HSV(B) | 328.42º | 0.67% | 1% | - |
| XYZ | 51.51 | 30.27 | 42.66 | - |
| YUV | 144.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 173 | 0 | 0.67 | 0.32 | 0.00 | 328.42 | 0.99 | 0.66 |
| Hex | FE | 53 | AD | 0 | 43 | 20 | 0 | 148 | 63 | 42 |
| Octal | 376 | 123 | 255 | 0 | 103 | 40 | 0 | 510 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10101101 | 0 | 1000011 | 100000 | 0 | 101001000 | 1100011 | 1000010 |
Color Harmonies of #FE53AD
Complementary color
Monochromatic Colors of #FE53AD
Black with #FE53AD
Text Example
Text Example
White with #FE53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53AD; }
p { color: rgb(254,83,173); }
H1.HeaderClassName
{
color: #FE53AD;
}
.AnyTagClassName
{
color: #FE53AD;
}
</style>
background-color css
<style>
a { background-color: #FE53AD; }
a { background-color: rgb(254,83,173); }
div.DivClassName
{
background-color: #FE53AD;
}
.BgClassName
{
background-color: #FE53AD;
}
</style>
border-color css
<style>
span { border-color: #FE53AD; }
span { border-color: rgb(254,83,173); }
td.TdClassName
{
border-color: #FE53AD;
}
.TagClassName
{
border-color: #FE53AD;
}
</style>