Shades of Brilliant Rose #FF53AB
Tints of Brilliant Rose #FF53AB
RGB
CMYK
RGB Variations
Color information
#FF53AB (or 0xFF53AB) is known color: Brilliant Rose. HEX triplet: FF, 53 and AB. RGB value is (255,83,171). Sum of RGB (Red+Green+Blue) = 255+83+171=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53AB is #00AC54. Grayscale: #909090. Windows color (decimal): -44117 or 11228159. OLE color: 11228159.
HSL color Cylindrical-coordinate representation of color #FF53AB: hue angle of 329.3º 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 #FF53AB is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 171 | - |
| CMYK | 0 | 0.67 | 0.33 | 0 |
| HSL | 329.3º | 1% | 0.66% | - |
| HSV(B) | 329.3º | 0.67% | 1% | - |
| XYZ | 51.68 | 30.39 | 41.67 | - |
| YUV | 144.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 171 | 0 | 0.67 | 0.33 | 0 | 329.3 | 1 | 0.66 |
| Hex | FF | 53 | AB | 0 | 43 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 123 | 253 | 0 | 103 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10101011 | 0 | 1000011 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF53AB
Complementary color
Monochromatic Colors of #FF53AB
Black with #FF53AB
Text Example
Text Example
White with #FF53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53AB; }
p { color: rgb(255,83,171); }
H1.HeaderClassName
{
color: #FF53AB;
}
.AnyTagClassName
{
color: #FF53AB;
}
</style>
background-color css
<style>
a { background-color: #FF53AB; }
a { background-color: rgb(255,83,171); }
div.DivClassName
{
background-color: #FF53AB;
}
.BgClassName
{
background-color: #FF53AB;
}
</style>
border-color css
<style>
span { border-color: #FF53AB; }
span { border-color: rgb(255,83,171); }
td.TdClassName
{
border-color: #FF53AB;
}
.TagClassName
{
border-color: #FF53AB;
}
</style>