Shades of Hot Pink #FF58B5
Tints of Hot Pink #FF58B5
RGB
CMYK
RGB Variations
Color information
#FF58B5 (or 0xFF58B5) is known color: Hot Pink. HEX triplet: FF, 58 and B5. RGB value is (255,88,181). Sum of RGB (Red+Green+Blue) = 255+88+181=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58B5 is #00A74A. Grayscale: #949494. Windows color (decimal): -42827 or 11884799. OLE color: 11884799.
HSL color Cylindrical-coordinate representation of color #FF58B5: hue angle of 326.59º 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 #FF58B5 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 181 | - |
| CMYK | 0 | 0.65 | 0.29 | 0 |
| HSL | 326.59º | 1% | 0.67% | - |
| HSV(B) | 326.59º | 0.65% | 1% | - |
| XYZ | 53.07 | 31.58 | 47.01 | - |
| YUV | 148.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 181 | 0 | 0.65 | 0.29 | 0 | 326.59 | 1 | 0.67 |
| Hex | FF | 58 | B5 | 0 | 41 | 1D | 0 | 147 | 64 | 43 |
| Octal | 377 | 130 | 265 | 0 | 101 | 35 | 0 | 507 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10110101 | 0 | 1000001 | 11101 | 0 | 101000111 | 1100100 | 1000011 |
Color Harmonies of #FF58B5
Complementary color
Monochromatic Colors of #FF58B5
Black with #FF58B5
Text Example
Text Example
White with #FF58B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58B5; }
p { color: rgb(255,88,181); }
H1.HeaderClassName
{
color: #FF58B5;
}
.AnyTagClassName
{
color: #FF58B5;
}
</style>
background-color css
<style>
a { background-color: #FF58B5; }
a { background-color: rgb(255,88,181); }
div.DivClassName
{
background-color: #FF58B5;
}
.BgClassName
{
background-color: #FF58B5;
}
</style>
border-color css
<style>
span { border-color: #FF58B5; }
span { border-color: rgb(255,88,181); }
td.TdClassName
{
border-color: #FF58B5;
}
.TagClassName
{
border-color: #FF58B5;
}
</style>