Shades of Hot Pink #FF60B4
Tints of Hot Pink #FF60B4
RGB
CMYK
RGB Variations
Color information
#FF60B4 (or 0xFF60B4) is known color: Hot Pink. HEX triplet: FF, 60 and B4. RGB value is (255,96,180). Sum of RGB (Red+Green+Blue) = 255+96+180=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60B4 is #009F4B. Grayscale: #989898. Windows color (decimal): -40780 or 11821311. OLE color: 11821311.
HSL color Cylindrical-coordinate representation of color #FF60B4: hue angle of 328.3º 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 #FF60B4 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 180 | - |
| CMYK | 0 | 0.62 | 0.29 | 0 |
| HSL | 328.3º | 1% | 0.69% | - |
| HSV(B) | 328.3º | 0.62% | 1% | - |
| XYZ | 53.66 | 32.92 | 46.71 | - |
| YUV | 153.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 180 | 0 | 0.62 | 0.29 | 0 | 328.3 | 1 | 0.69 |
| Hex | FF | 60 | B4 | 0 | 3E | 1D | 0 | 148 | 64 | 45 |
| Octal | 377 | 140 | 264 | 0 | 76 | 35 | 0 | 510 | 144 | 105 |
| Binary | 11111111 | 1100000 | 10110100 | 0 | 111110 | 11101 | 0 | 101001000 | 1100100 | 1000101 |
Color Harmonies of #FF60B4
Complementary color
Monochromatic Colors of #FF60B4
Black with #FF60B4
Text Example
Text Example
White with #FF60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60B4; }
p { color: rgb(255,96,180); }
H1.HeaderClassName
{
color: #FF60B4;
}
.AnyTagClassName
{
color: #FF60B4;
}
</style>
background-color css
<style>
a { background-color: #FF60B4; }
a { background-color: rgb(255,96,180); }
div.DivClassName
{
background-color: #FF60B4;
}
.BgClassName
{
background-color: #FF60B4;
}
</style>
border-color css
<style>
span { border-color: #FF60B4; }
span { border-color: rgb(255,96,180); }
td.TdClassName
{
border-color: #FF60B4;
}
.TagClassName
{
border-color: #FF60B4;
}
</style>