Shades of Hot Pink #FF60BD
Tints of Hot Pink #FF60BD
RGB
CMYK
RGB Variations
Color information
#FF60BD (or 0xFF60BD) is known color: Hot Pink. HEX triplet: FF, 60 and BD. RGB value is (255,96,189). Sum of RGB (Red+Green+Blue) = 255+96+189=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60BD is #009F42. Grayscale: #999999. Windows color (decimal): -40771 or 12411135. OLE color: 12411135.
HSL color Cylindrical-coordinate representation of color #FF60BD: hue angle of 324.91º 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 #FF60BD is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 189 | - |
| CMYK | 0 | 0.62 | 0.26 | 0 |
| HSL | 324.91º | 1% | 0.69% | - |
| HSV(B) | 324.91º | 0.62% | 1% | - |
| XYZ | 54.61 | 33.3 | 51.69 | - |
| YUV | 154.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 189 | 0 | 0.62 | 0.26 | 0 | 324.91 | 1 | 0.69 |
| Hex | FF | 60 | BD | 0 | 3E | 1A | 0 | 145 | 64 | 45 |
| Octal | 377 | 140 | 275 | 0 | 76 | 32 | 0 | 505 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10111101 | 0 | 111110 | 11010 | 0 | 101000101 | 1100100 | 1000101 |
Color Harmonies of #FF60BD
Complementary color
Monochromatic Colors of #FF60BD
Black with #FF60BD
Text Example
Text Example
White with #FF60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60BD; }
p { color: rgb(255,96,189); }
H1.HeaderClassName
{
color: #FF60BD;
}
.AnyTagClassName
{
color: #FF60BD;
}
</style>
background-color css
<style>
a { background-color: #FF60BD; }
a { background-color: rgb(255,96,189); }
div.DivClassName
{
background-color: #FF60BD;
}
.BgClassName
{
background-color: #FF60BD;
}
</style>
border-color css
<style>
span { border-color: #FF60BD; }
span { border-color: rgb(255,96,189); }
td.TdClassName
{
border-color: #FF60BD;
}
.TagClassName
{
border-color: #FF60BD;
}
</style>