Shades of Hot Pink #FF58BF
Tints of Hot Pink #FF58BF
RGB
CMYK
RGB Variations
Color information
#FF58BF (or 0xFF58BF) is known color: Hot Pink. HEX triplet: FF, 58 and BF. RGB value is (255,88,191). Sum of RGB (Red+Green+Blue) = 255+88+191=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58BF is #00A740. Grayscale: #959595. Windows color (decimal): -42817 or 12540159. OLE color: 12540159.
HSL color Cylindrical-coordinate representation of color #FF58BF: hue angle of 322.99º 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 #FF58BF is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 191 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 322.99º | 1% | 0.67% | - |
| HSV(B) | 322.99º | 0.65% | 1% | - |
| XYZ | 54.13 | 32 | 52.61 | - |
| YUV | 149.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 191 | 0 | 0.65 | 0.25 | 0 | 322.99 | 1 | 0.67 |
| Hex | FF | 58 | BF | 0 | 41 | 19 | 0 | 143 | 64 | 43 |
| Octal | 377 | 130 | 277 | 0 | 101 | 31 | 0 | 503 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10111111 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000011 |
Color Harmonies of #FF58BF
Complementary color
Monochromatic Colors of #FF58BF
Black with #FF58BF
Text Example
Text Example
White with #FF58BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58BF; }
p { color: rgb(255,88,191); }
H1.HeaderClassName
{
color: #FF58BF;
}
.AnyTagClassName
{
color: #FF58BF;
}
</style>
background-color css
<style>
a { background-color: #FF58BF; }
a { background-color: rgb(255,88,191); }
div.DivClassName
{
background-color: #FF58BF;
}
.BgClassName
{
background-color: #FF58BF;
}
</style>
border-color css
<style>
span { border-color: #FF58BF; }
span { border-color: rgb(255,88,191); }
td.TdClassName
{
border-color: #FF58BF;
}
.TagClassName
{
border-color: #FF58BF;
}
</style>