Shades of Hot Pink #FF50BD
Tints of Hot Pink #FF50BD
RGB
CMYK
RGB Variations
Color information
#FF50BD (or 0xFF50BD) is known color: Hot Pink. HEX triplet: FF, 50 and BD. RGB value is (255,80,189). Sum of RGB (Red+Green+Blue) = 255+80+189=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50BD is #00AF42. Grayscale: #909090. Windows color (decimal): -44867 or 12407039. OLE color: 12407039.
HSL color Cylindrical-coordinate representation of color #FF50BD: hue angle of 322.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50BD is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 189 | - |
| CMYK | 0 | 0.69 | 0.26 | 0 |
| HSL | 322.63º | 1% | 0.66% | - |
| HSV(B) | 322.63º | 0.69% | 1% | - |
| XYZ | 53.29 | 30.67 | 51.26 | - |
| YUV | 144.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 189 | 0 | 0.69 | 0.26 | 0 | 322.63 | 1 | 0.66 |
| Hex | FF | 50 | BD | 0 | 45 | 1A | 0 | 143 | 64 | 42 |
| Octal | 377 | 120 | 275 | 0 | 105 | 32 | 0 | 503 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10111101 | 0 | 1000101 | 11010 | 0 | 101000011 | 1100100 | 1000010 |
Color Harmonies of #FF50BD
Complementary color
Monochromatic Colors of #FF50BD
Black with #FF50BD
Text Example
Text Example
White with #FF50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50BD; }
p { color: rgb(255,80,189); }
H1.HeaderClassName
{
color: #FF50BD;
}
.AnyTagClassName
{
color: #FF50BD;
}
</style>
background-color css
<style>
a { background-color: #FF50BD; }
a { background-color: rgb(255,80,189); }
div.DivClassName
{
background-color: #FF50BD;
}
.BgClassName
{
background-color: #FF50BD;
}
</style>
border-color css
<style>
span { border-color: #FF50BD; }
span { border-color: rgb(255,80,189); }
td.TdClassName
{
border-color: #FF50BD;
}
.TagClassName
{
border-color: #FF50BD;
}
</style>