Shades of Hot Pink #FF51BE
Tints of Hot Pink #FF51BE
RGB
CMYK
RGB Variations
Color information
#FF51BE (or 0xFF51BE) is known color: Hot Pink. HEX triplet: FF, 51 and BE. RGB value is (255,81,190). Sum of RGB (Red+Green+Blue) = 255+81+190=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51BE is #00AE41. Grayscale: #919191. Windows color (decimal): -44610 or 12472831. OLE color: 12472831.
HSL color Cylindrical-coordinate representation of color #FF51BE: hue angle of 322.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51BE is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 190 | - |
| CMYK | 0 | 0.68 | 0.25 | 0 |
| HSL | 322.41º | 1% | 0.66% | - |
| HSV(B) | 322.41º | 0.68% | 1% | - |
| XYZ | 53.48 | 30.86 | 51.85 | - |
| YUV | 145.45 | 153.15 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 190 | 0 | 0.68 | 0.25 | 0 | 322.41 | 1 | 0.66 |
| Hex | FF | 51 | BE | 0 | 44 | 19 | 0 | 142 | 64 | 42 |
| Octal | 377 | 121 | 276 | 0 | 104 | 31 | 0 | 502 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10111110 | 0 | 1000100 | 11001 | 0 | 101000010 | 1100100 | 1000010 |
Color Harmonies of #FF51BE
Complementary color
Monochromatic Colors of #FF51BE
Black with #FF51BE
Text Example
Text Example
White with #FF51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51BE; }
p { color: rgb(255,81,190); }
H1.HeaderClassName
{
color: #FF51BE;
}
.AnyTagClassName
{
color: #FF51BE;
}
</style>
background-color css
<style>
a { background-color: #FF51BE; }
a { background-color: rgb(255,81,190); }
div.DivClassName
{
background-color: #FF51BE;
}
.BgClassName
{
background-color: #FF51BE;
}
</style>
border-color css
<style>
span { border-color: #FF51BE; }
span { border-color: rgb(255,81,190); }
td.TdClassName
{
border-color: #FF51BE;
}
.TagClassName
{
border-color: #FF51BE;
}
</style>