Shades of Hot Pink #FF53BA
Tints of Hot Pink #FF53BA
RGB
CMYK
RGB Variations
Color information
#FF53BA (or 0xFF53BA) is known color: Hot Pink. HEX triplet: FF, 53 and BA. RGB value is (255,83,186). Sum of RGB (Red+Green+Blue) = 255+83+186=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53BA is #00AC45. Grayscale: #919191. Windows color (decimal): -44102 or 12211199. OLE color: 12211199.
HSL color Cylindrical-coordinate representation of color #FF53BA: hue angle of 324.07º 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 #FF53BA is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 186 | - |
| CMYK | 0 | 0.67 | 0.27 | 0 |
| HSL | 324.07º | 1% | 0.66% | - |
| HSV(B) | 324.07º | 0.67% | 1% | - |
| XYZ | 53.2 | 30.99 | 49.63 | - |
| YUV | 146.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 186 | 0 | 0.67 | 0.27 | 0 | 324.07 | 1 | 0.66 |
| Hex | FF | 53 | BA | 0 | 43 | 1B | 0 | 144 | 64 | 42 |
| Octal | 377 | 123 | 272 | 0 | 103 | 33 | 0 | 504 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10111010 | 0 | 1000011 | 11011 | 0 | 101000100 | 1100100 | 1000010 |
Color Harmonies of #FF53BA
Complementary color
Monochromatic Colors of #FF53BA
Black with #FF53BA
Text Example
Text Example
White with #FF53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF53BA; }
p { color: rgb(255,83,186); }
H1.HeaderClassName
{
color: #FF53BA;
}
.AnyTagClassName
{
color: #FF53BA;
}
</style>
background-color css
<style>
a { background-color: #FF53BA; }
a { background-color: rgb(255,83,186); }
div.DivClassName
{
background-color: #FF53BA;
}
.BgClassName
{
background-color: #FF53BA;
}
</style>
border-color css
<style>
span { border-color: #FF53BA; }
span { border-color: rgb(255,83,186); }
td.TdClassName
{
border-color: #FF53BA;
}
.TagClassName
{
border-color: #FF53BA;
}
</style>