Shades of Brilliant Rose #FF53AA
Tints of Brilliant Rose #FF53AA
RGB
CMYK
RGB Variations
Color information
#FF53AA (or 0xFF53AA) is known color: Brilliant Rose. HEX triplet: FF, 53 and AA. RGB value is (255,83,170). Sum of RGB (Red+Green+Blue) = 255+83+170=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53AA is #00AC55. Grayscale: #909090. Windows color (decimal): -44118 or 11162623. OLE color: 11162623.
HSL color Cylindrical-coordinate representation of color #FF53AA: hue angle of 329.65º 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 #FF53AA is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 170 | - |
| CMYK | 0 | 0.67 | 0.33 | 0 |
| HSL | 329.65º | 1% | 0.66% | - |
| HSV(B) | 329.65º | 0.67% | 1% | - |
| XYZ | 51.59 | 30.35 | 41.17 | - |
| YUV | 144.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 170 | 0 | 0.67 | 0.33 | 0 | 329.65 | 1 | 0.66 |
| Hex | FF | 53 | AA | 0 | 43 | 21 | 0 | 14A | 64 | 42 |
| Octal | 377 | 123 | 252 | 0 | 103 | 41 | 0 | 512 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10101010 | 0 | 1000011 | 100001 | 0 | 101001010 | 1100100 | 1000010 |
Color Harmonies of #FF53AA
Complementary color
Monochromatic Colors of #FF53AA
Black with #FF53AA
Text Example
Text Example
White with #FF53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53AA; }
p { color: rgb(255,83,170); }
H1.HeaderClassName
{
color: #FF53AA;
}
.AnyTagClassName
{
color: #FF53AA;
}
</style>
background-color css
<style>
a { background-color: #FF53AA; }
a { background-color: rgb(255,83,170); }
div.DivClassName
{
background-color: #FF53AA;
}
.BgClassName
{
background-color: #FF53AA;
}
</style>
border-color css
<style>
span { border-color: #FF53AA; }
span { border-color: rgb(255,83,170); }
td.TdClassName
{
border-color: #FF53AA;
}
.TagClassName
{
border-color: #FF53AA;
}
</style>