Shades of Hot Pink #FF58BE
Tints of Hot Pink #FF58BE
RGB
CMYK
RGB Variations
Color information
#FF58BE (or 0xFF58BE) is known color: Hot Pink. HEX triplet: FF, 58 and BE. RGB value is (255,88,190). Sum of RGB (Red+Green+Blue) = 255+88+190=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58BE is #00A741. Grayscale: #959595. Windows color (decimal): -42818 or 12474623. OLE color: 12474623.
HSL color Cylindrical-coordinate representation of color #FF58BE: hue angle of 323.35º 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 #FF58BE is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 190 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 323.35º | 1% | 0.67% | - |
| HSV(B) | 323.35º | 0.65% | 1% | - |
| XYZ | 54.02 | 31.96 | 52.04 | - |
| YUV | 149.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 190 | 0 | 0.65 | 0.25 | 0 | 323.35 | 1 | 0.67 |
| Hex | FF | 58 | BE | 0 | 41 | 19 | 0 | 143 | 64 | 43 |
| Octal | 377 | 130 | 276 | 0 | 101 | 31 | 0 | 503 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10111110 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000011 |
Color Harmonies of #FF58BE
Complementary color
Monochromatic Colors of #FF58BE
Black with #FF58BE
Text Example
Text Example
White with #FF58BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58BE; }
p { color: rgb(255,88,190); }
H1.HeaderClassName
{
color: #FF58BE;
}
.AnyTagClassName
{
color: #FF58BE;
}
</style>
background-color css
<style>
a { background-color: #FF58BE; }
a { background-color: rgb(255,88,190); }
div.DivClassName
{
background-color: #FF58BE;
}
.BgClassName
{
background-color: #FF58BE;
}
</style>
border-color css
<style>
span { border-color: #FF58BE; }
span { border-color: rgb(255,88,190); }
td.TdClassName
{
border-color: #FF58BE;
}
.TagClassName
{
border-color: #FF58BE;
}
</style>