Shades of Hot Pink #FB58BC
Tints of Hot Pink #FB58BC
RGB
CMYK
RGB Variations
Color information
#FB58BC (or 0xFB58BC) is known color: Hot Pink. HEX triplet: FB, 58 and BC. RGB value is (251,88,188). Sum of RGB (Red+Green+Blue) = 251+88+188=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58BC is #04A743. Grayscale: #939393. Windows color (decimal): -304964 or 12343547. OLE color: 12343547.
HSL color Cylindrical-coordinate representation of color #FB58BC: hue angle of 323.19º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58BC is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 188 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.02 |
| HSL | 323.19º | 0.95% | 0.66% | - |
| HSV(B) | 323.19º | 0.65% | 0.98% | - |
| XYZ | 52.35 | 31.12 | 50.82 | - |
| YUV | 148.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 188 | 0 | 0.65 | 0.25 | 0.02 | 323.19 | 0.95 | 0.66 |
| Hex | FB | 58 | BC | 0 | 41 | 19 | 2 | 143 | 5F | 42 |
| Octal | 373 | 130 | 274 | 0 | 101 | 31 | 2 | 503 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10111100 | 0 | 1000001 | 11001 | 10 | 101000011 | 1011111 | 1000010 |
Color Harmonies of #FB58BC
Complementary color
Monochromatic Colors of #FB58BC
Black with #FB58BC
Text Example
Text Example
White with #FB58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58BC; }
p { color: rgb(251,88,188); }
H1.HeaderClassName
{
color: #FB58BC;
}
.AnyTagClassName
{
color: #FB58BC;
}
</style>
background-color css
<style>
a { background-color: #FB58BC; }
a { background-color: rgb(251,88,188); }
div.DivClassName
{
background-color: #FB58BC;
}
.BgClassName
{
background-color: #FB58BC;
}
</style>
border-color css
<style>
span { border-color: #FB58BC; }
span { border-color: rgb(251,88,188); }
td.TdClassName
{
border-color: #FB58BC;
}
.TagClassName
{
border-color: #FB58BC;
}
</style>