Shades of Brilliant Rose #FF53AF
Tints of Brilliant Rose #FF53AF
RGB
CMYK
RGB Variations
Color information
#FF53AF (or 0xFF53AF) is known color: Brilliant Rose. HEX triplet: FF, 53 and AF. RGB value is (255,83,175). Sum of RGB (Red+Green+Blue) = 255+83+175=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF53AF is #00AC50. Grayscale: #909090. Windows color (decimal): -44113 or 11490303. OLE color: 11490303.
HSL color Cylindrical-coordinate representation of color #FF53AF: hue angle of 327.91º 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 #FF53AF is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 175 | - |
| CMYK | 0 | 0.67 | 0.31 | 0 |
| HSL | 327.91º | 1% | 0.66% | - |
| HSV(B) | 327.91º | 0.67% | 1% | - |
| XYZ | 52.07 | 30.54 | 43.71 | - |
| YUV | 144.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 175 | 0 | 0.67 | 0.31 | 0 | 327.91 | 1 | 0.66 |
| Hex | FF | 53 | AF | 0 | 43 | 1F | 0 | 148 | 64 | 42 |
| Octal | 377 | 123 | 257 | 0 | 103 | 37 | 0 | 510 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10101111 | 0 | 1000011 | 11111 | 0 | 101001000 | 1100100 | 1000010 |
Color Harmonies of #FF53AF
Complementary color
Monochromatic Colors of #FF53AF
Black with #FF53AF
Text Example
Text Example
White with #FF53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53AF; }
p { color: rgb(255,83,175); }
H1.HeaderClassName
{
color: #FF53AF;
}
.AnyTagClassName
{
color: #FF53AF;
}
</style>
background-color css
<style>
a { background-color: #FF53AF; }
a { background-color: rgb(255,83,175); }
div.DivClassName
{
background-color: #FF53AF;
}
.BgClassName
{
background-color: #FF53AF;
}
</style>
border-color css
<style>
span { border-color: #FF53AF; }
span { border-color: rgb(255,83,175); }
td.TdClassName
{
border-color: #FF53AF;
}
.TagClassName
{
border-color: #FF53AF;
}
</style>