Shades of Hot Pink #FF58BC
Tints of Hot Pink #FF58BC
RGB
CMYK
RGB Variations
Color information
#FF58BC (or 0xFF58BC) is known color: Hot Pink. HEX triplet: FF, 58 and BC. RGB value is (255,88,188). Sum of RGB (Red+Green+Blue) = 255+88+188=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58BC is #00A743. Grayscale: #959595. Windows color (decimal): -42820 or 12343551. OLE color: 12343551.
HSL color Cylindrical-coordinate representation of color #FF58BC: hue angle of 324.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58BC is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 188 | - |
| CMYK | 0 | 0.65 | 0.26 | 0 |
| HSL | 324.07º | 1% | 0.67% | - |
| HSV(B) | 324.07º | 0.65% | 1% | - |
| XYZ | 53.81 | 31.87 | 50.89 | - |
| YUV | 149.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 188 | 0 | 0.65 | 0.26 | 0 | 324.07 | 1 | 0.67 |
| Hex | FF | 58 | BC | 0 | 41 | 1A | 0 | 144 | 64 | 43 |
| Octal | 377 | 130 | 274 | 0 | 101 | 32 | 0 | 504 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10111100 | 0 | 1000001 | 11010 | 0 | 101000100 | 1100100 | 1000011 |
Color Harmonies of #FF58BC
Complementary color
Monochromatic Colors of #FF58BC
Black with #FF58BC
Text Example
Text Example
White with #FF58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58BC; }
p { color: rgb(255,88,188); }
H1.HeaderClassName
{
color: #FF58BC;
}
.AnyTagClassName
{
color: #FF58BC;
}
</style>
background-color css
<style>
a { background-color: #FF58BC; }
a { background-color: rgb(255,88,188); }
div.DivClassName
{
background-color: #FF58BC;
}
.BgClassName
{
background-color: #FF58BC;
}
</style>
border-color css
<style>
span { border-color: #FF58BC; }
span { border-color: rgb(255,88,188); }
td.TdClassName
{
border-color: #FF58BC;
}
.TagClassName
{
border-color: #FF58BC;
}
</style>