Shades of Brilliant Rose #FF53AD
Tints of Brilliant Rose #FF53AD
RGB
CMYK
RGB Variations
Color information
#FF53AD (or 0xFF53AD) is known color: Brilliant Rose. HEX triplet: FF, 53 and AD. RGB value is (255,83,173). Sum of RGB (Red+Green+Blue) = 255+83+173=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53AD is #00AC52. Grayscale: #909090. Windows color (decimal): -44115 or 11359231. OLE color: 11359231.
HSL color Cylindrical-coordinate representation of color #FF53AD: hue angle of 328.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF53AD is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 173 | - |
| CMYK | 0 | 0.67 | 0.32 | 0 |
| HSL | 328.6º | 1% | 0.66% | - |
| HSV(B) | 328.6º | 0.67% | 1% | - |
| XYZ | 51.88 | 30.46 | 42.68 | - |
| YUV | 144.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 173 | 0 | 0.67 | 0.32 | 0 | 328.6 | 1 | 0.66 |
| Hex | FF | 53 | AD | 0 | 43 | 20 | 0 | 149 | 64 | 42 |
| Octal | 377 | 123 | 255 | 0 | 103 | 40 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10101101 | 0 | 1000011 | 100000 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF53AD
Complementary color
Monochromatic Colors of #FF53AD
Black with #FF53AD
Text Example
Text Example
White with #FF53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53AD; }
p { color: rgb(255,83,173); }
H1.HeaderClassName
{
color: #FF53AD;
}
.AnyTagClassName
{
color: #FF53AD;
}
</style>
background-color css
<style>
a { background-color: #FF53AD; }
a { background-color: rgb(255,83,173); }
div.DivClassName
{
background-color: #FF53AD;
}
.BgClassName
{
background-color: #FF53AD;
}
</style>
border-color css
<style>
span { border-color: #FF53AD; }
span { border-color: rgb(255,83,173); }
td.TdClassName
{
border-color: #FF53AD;
}
.TagClassName
{
border-color: #FF53AD;
}
</style>