Shades of Hot Pink #FF60B2
Tints of Hot Pink #FF60B2
RGB
CMYK
RGB Variations
Color information
#FF60B2 (or 0xFF60B2) is known color: Hot Pink. HEX triplet: FF, 60 and B2. RGB value is (255,96,178). Sum of RGB (Red+Green+Blue) = 255+96+178=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60B2 is #009F4D. Grayscale: #989898. Windows color (decimal): -40782 or 11690239. OLE color: 11690239.
HSL color Cylindrical-coordinate representation of color #FF60B2: hue angle of 329.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60B2 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 178 | - |
| CMYK | 0 | 0.62 | 0.30 | 0 |
| HSL | 329.06º | 1% | 0.69% | - |
| HSV(B) | 329.06º | 0.62% | 1% | - |
| XYZ | 53.46 | 32.84 | 45.64 | - |
| YUV | 152.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 178 | 0 | 0.62 | 0.30 | 0 | 329.06 | 1 | 0.69 |
| Hex | FF | 60 | B2 | 0 | 3E | 1E | 0 | 149 | 64 | 45 |
| Octal | 377 | 140 | 262 | 0 | 76 | 36 | 0 | 511 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10110010 | 0 | 111110 | 11110 | 0 | 101001001 | 1100100 | 1000101 |
Color Harmonies of #FF60B2
Complementary color
Monochromatic Colors of #FF60B2
Black with #FF60B2
Text Example
Text Example
White with #FF60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60B2; }
p { color: rgb(255,96,178); }
H1.HeaderClassName
{
color: #FF60B2;
}
.AnyTagClassName
{
color: #FF60B2;
}
</style>
background-color css
<style>
a { background-color: #FF60B2; }
a { background-color: rgb(255,96,178); }
div.DivClassName
{
background-color: #FF60B2;
}
.BgClassName
{
background-color: #FF60B2;
}
</style>
border-color css
<style>
span { border-color: #FF60B2; }
span { border-color: rgb(255,96,178); }
td.TdClassName
{
border-color: #FF60B2;
}
.TagClassName
{
border-color: #FF60B2;
}
</style>