Shades of Hot Pink #FF57BC
Tints of Hot Pink #FF57BC
RGB
CMYK
RGB Variations
Color information
#FF57BC (or 0xFF57BC) is known color: Hot Pink. HEX triplet: FF, 57 and BC. RGB value is (255,87,188). Sum of RGB (Red+Green+Blue) = 255+87+188=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57BC is #00A843. Grayscale: #949494. Windows color (decimal): -43076 or 12343295. OLE color: 12343295.
HSL color Cylindrical-coordinate representation of color #FF57BC: hue angle of 323.93º 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 #FF57BC is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 188 | - |
| CMYK | 0 | 0.66 | 0.26 | 0 |
| HSL | 323.93º | 1% | 0.67% | - |
| HSV(B) | 323.93º | 0.66% | 1% | - |
| XYZ | 53.73 | 31.71 | 50.87 | - |
| YUV | 148.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 188 | 0 | 0.66 | 0.26 | 0 | 323.93 | 1 | 0.67 |
| Hex | FF | 57 | BC | 0 | 42 | 1A | 0 | 144 | 64 | 43 |
| Octal | 377 | 127 | 274 | 0 | 102 | 32 | 0 | 504 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10111100 | 0 | 1000010 | 11010 | 0 | 101000100 | 1100100 | 1000011 |
Color Harmonies of #FF57BC
Complementary color
Monochromatic Colors of #FF57BC
Black with #FF57BC
Text Example
Text Example
White with #FF57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57BC; }
p { color: rgb(255,87,188); }
H1.HeaderClassName
{
color: #FF57BC;
}
.AnyTagClassName
{
color: #FF57BC;
}
</style>
background-color css
<style>
a { background-color: #FF57BC; }
a { background-color: rgb(255,87,188); }
div.DivClassName
{
background-color: #FF57BC;
}
.BgClassName
{
background-color: #FF57BC;
}
</style>
border-color css
<style>
span { border-color: #FF57BC; }
span { border-color: rgb(255,87,188); }
td.TdClassName
{
border-color: #FF57BC;
}
.TagClassName
{
border-color: #FF57BC;
}
</style>