Shades of Hot Pink #FB5FAC
Tints of Hot Pink #FB5FAC
RGB
CMYK
RGB Variations
Color information
#FB5FAC (or 0xFB5FAC) is known color: Hot Pink. HEX triplet: FB, 5F and AC. RGB value is (251,95,172). Sum of RGB (Red+Green+Blue) = 251+95+172=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FAC is #04A053. Grayscale: #969696. Windows color (decimal): -303188 or 11296763. OLE color: 11296763.
HSL color Cylindrical-coordinate representation of color #FB5FAC: hue angle of 330.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FAC is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 172 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.02 |
| HSL | 330.38º | 0.95% | 0.68% | - |
| HSV(B) | 330.38º | 0.62% | 0.98% | - |
| XYZ | 51.32 | 31.67 | 42.44 | - |
| YUV | 150.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 172 | 0 | 0.62 | 0.31 | 0.02 | 330.38 | 0.95 | 0.68 |
| Hex | FB | 5F | AC | 0 | 3E | 1F | 2 | 14A | 5F | 44 |
| Octal | 373 | 137 | 254 | 0 | 76 | 37 | 2 | 512 | 137 | 104 |
| Binary | 11111011 | 1011111 | 10101100 | 0 | 111110 | 11111 | 10 | 101001010 | 1011111 | 1000100 |
Color Harmonies of #FB5FAC
Complementary color
Monochromatic Colors of #FB5FAC
Black with #FB5FAC
Text Example
Text Example
White with #FB5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FAC; }
p { color: rgb(251,95,172); }
H1.HeaderClassName
{
color: #FB5FAC;
}
.AnyTagClassName
{
color: #FB5FAC;
}
</style>
background-color css
<style>
a { background-color: #FB5FAC; }
a { background-color: rgb(251,95,172); }
div.DivClassName
{
background-color: #FB5FAC;
}
.BgClassName
{
background-color: #FB5FAC;
}
</style>
border-color css
<style>
span { border-color: #FB5FAC; }
span { border-color: rgb(251,95,172); }
td.TdClassName
{
border-color: #FB5FAC;
}
.TagClassName
{
border-color: #FB5FAC;
}
</style>