Shades of Brilliant Rose #FE57AD
Tints of Brilliant Rose #FE57AD
RGB
CMYK
RGB Variations
Color information
#FE57AD (or 0xFE57AD) is known color: Brilliant Rose. HEX triplet: FE, 57 and AD. RGB value is (254,87,173). Sum of RGB (Red+Green+Blue) = 254+87+173=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE57AD is #01A852. Grayscale: #929292. Windows color (decimal): -108627 or 11360254. OLE color: 11360254.
HSL color Cylindrical-coordinate representation of color #FE57AD: hue angle of 329.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57AD is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 173 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.00 |
| HSL | 329.1º | 0.99% | 0.67% | - |
| HSV(B) | 329.1º | 0.66% | 1% | - |
| XYZ | 51.82 | 30.9 | 42.77 | - |
| YUV | 146.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 173 | 0 | 0.66 | 0.32 | 0.00 | 329.1 | 0.99 | 0.67 |
| Hex | FE | 57 | AD | 0 | 42 | 20 | 0 | 149 | 63 | 43 |
| Octal | 376 | 127 | 255 | 0 | 102 | 40 | 0 | 511 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10101101 | 0 | 1000010 | 100000 | 0 | 101001001 | 1100011 | 1000011 |
Color Harmonies of #FE57AD
Complementary color
Monochromatic Colors of #FE57AD
Black with #FE57AD
Text Example
Text Example
White with #FE57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57AD; }
p { color: rgb(254,87,173); }
H1.HeaderClassName
{
color: #FE57AD;
}
.AnyTagClassName
{
color: #FE57AD;
}
</style>
background-color css
<style>
a { background-color: #FE57AD; }
a { background-color: rgb(254,87,173); }
div.DivClassName
{
background-color: #FE57AD;
}
.BgClassName
{
background-color: #FE57AD;
}
</style>
border-color css
<style>
span { border-color: #FE57AD; }
span { border-color: rgb(254,87,173); }
td.TdClassName
{
border-color: #FE57AD;
}
.TagClassName
{
border-color: #FE57AD;
}
</style>