Shades of Brilliant Rose #FF57AD
Tints of Brilliant Rose #FF57AD
RGB
CMYK
RGB Variations
Color information
#FF57AD (or 0xFF57AD) is known color: Brilliant Rose. HEX triplet: FF, 57 and AD. RGB value is (255,87,173). Sum of RGB (Red+Green+Blue) = 255+87+173=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF57AD is #00A852. Grayscale: #929292. Windows color (decimal): -43091 or 11360255. OLE color: 11360255.
HSL color Cylindrical-coordinate representation of color #FF57AD: hue angle of 329.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57AD is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 173 | - |
| CMYK | 0 | 0.66 | 0.32 | 0 |
| HSL | 329.29º | 1% | 0.67% | - |
| HSV(B) | 329.29º | 0.66% | 1% | - |
| XYZ | 52.19 | 31.09 | 42.79 | - |
| YUV | 147.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 173 | 0 | 0.66 | 0.32 | 0 | 329.29 | 1 | 0.67 |
| Hex | FF | 57 | AD | 0 | 42 | 20 | 0 | 149 | 64 | 43 |
| Octal | 377 | 127 | 255 | 0 | 102 | 40 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10101101 | 0 | 1000010 | 100000 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF57AD
Complementary color
Monochromatic Colors of #FF57AD
Black with #FF57AD
Text Example
Text Example
White with #FF57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57AD; }
p { color: rgb(255,87,173); }
H1.HeaderClassName
{
color: #FF57AD;
}
.AnyTagClassName
{
color: #FF57AD;
}
</style>
background-color css
<style>
a { background-color: #FF57AD; }
a { background-color: rgb(255,87,173); }
div.DivClassName
{
background-color: #FF57AD;
}
.BgClassName
{
background-color: #FF57AD;
}
</style>
border-color css
<style>
span { border-color: #FF57AD; }
span { border-color: rgb(255,87,173); }
td.TdClassName
{
border-color: #FF57AD;
}
.TagClassName
{
border-color: #FF57AD;
}
</style>