Shades of Hot Pink #FB60B3
Tints of Hot Pink #FB60B3
RGB
CMYK
RGB Variations
Color information
#FB60B3 (or 0xFB60B3) is known color: Hot Pink. HEX triplet: FB, 60 and B3. RGB value is (251,96,179). Sum of RGB (Red+Green+Blue) = 251+96+179=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60B3 is #049F4C. Grayscale: #979797. Windows color (decimal): -302925 or 11755771. OLE color: 11755771.
HSL color Cylindrical-coordinate representation of color #FB60B3: hue angle of 327.87º 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 #FB60B3 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 179 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.02 |
| HSL | 327.87º | 0.95% | 0.68% | - |
| HSV(B) | 327.87º | 0.62% | 0.98% | - |
| XYZ | 52.1 | 32.13 | 46.1 | - |
| YUV | 151.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 179 | 0 | 0.62 | 0.29 | 0.02 | 327.87 | 0.95 | 0.68 |
| Hex | FB | 60 | B3 | 0 | 3E | 1D | 2 | 148 | 5F | 44 |
| Octal | 373 | 140 | 263 | 0 | 76 | 35 | 2 | 510 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10110011 | 0 | 111110 | 11101 | 10 | 101001000 | 1011111 | 1000100 |
Color Harmonies of #FB60B3
Complementary color
Monochromatic Colors of #FB60B3
Black with #FB60B3
Text Example
Text Example
White with #FB60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB60B3; }
p { color: rgb(251,96,179); }
H1.HeaderClassName
{
color: #FB60B3;
}
.AnyTagClassName
{
color: #FB60B3;
}
</style>
background-color css
<style>
a { background-color: #FB60B3; }
a { background-color: rgb(251,96,179); }
div.DivClassName
{
background-color: #FB60B3;
}
.BgClassName
{
background-color: #FB60B3;
}
</style>
border-color css
<style>
span { border-color: #FB60B3; }
span { border-color: rgb(251,96,179); }
td.TdClassName
{
border-color: #FB60B3;
}
.TagClassName
{
border-color: #FB60B3;
}
</style>