Shades of Hot Pink #FF57BB
Tints of Hot Pink #FF57BB
RGB
CMYK
RGB Variations
Color information
#FF57BB (or 0xFF57BB) is known color: Hot Pink. HEX triplet: FF, 57 and BB. RGB value is (255,87,187). Sum of RGB (Red+Green+Blue) = 255+87+187=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57BB is #00A844. Grayscale: #949494. Windows color (decimal): -43077 or 12277759. OLE color: 12277759.
HSL color Cylindrical-coordinate representation of color #FF57BB: hue angle of 324.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57BB is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 187 | - |
| CMYK | 0 | 0.66 | 0.27 | 0 |
| HSL | 324.29º | 1% | 0.67% | - |
| HSV(B) | 324.29º | 0.66% | 1% | - |
| XYZ | 53.62 | 31.66 | 50.3 | - |
| YUV | 148.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 187 | 0 | 0.66 | 0.27 | 0 | 324.29 | 1 | 0.67 |
| Hex | FF | 57 | BB | 0 | 42 | 1B | 0 | 144 | 64 | 43 |
| Octal | 377 | 127 | 273 | 0 | 102 | 33 | 0 | 504 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10111011 | 0 | 1000010 | 11011 | 0 | 101000100 | 1100100 | 1000011 |
Color Harmonies of #FF57BB
Complementary color
Monochromatic Colors of #FF57BB
Black with #FF57BB
Text Example
Text Example
White with #FF57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57BB; }
p { color: rgb(255,87,187); }
H1.HeaderClassName
{
color: #FF57BB;
}
.AnyTagClassName
{
color: #FF57BB;
}
</style>
background-color css
<style>
a { background-color: #FF57BB; }
a { background-color: rgb(255,87,187); }
div.DivClassName
{
background-color: #FF57BB;
}
.BgClassName
{
background-color: #FF57BB;
}
</style>
border-color css
<style>
span { border-color: #FF57BB; }
span { border-color: rgb(255,87,187); }
td.TdClassName
{
border-color: #FF57BB;
}
.TagClassName
{
border-color: #FF57BB;
}
</style>