Shades of Hot Pink #F060BC
Tints of Hot Pink #F060BC
RGB
CMYK
RGB Variations
Color information
#F060BC (or 0xF060BC) is known color: Hot Pink. HEX triplet: F0, 60 and BC. RGB value is (240,96,188). Sum of RGB (Red+Green+Blue) = 240+96+188=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F060BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060BC is #0F9F43. Grayscale: #959595. Windows color (decimal): -1023812 or 12345584. OLE color: 12345584.
HSL color Cylindrical-coordinate representation of color #F060BC: hue angle of 321.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060BC is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 188 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.06 |
| HSL | 321.67º | 0.83% | 0.66% | - |
| HSV(B) | 321.67º | 0.6% | 0.94% | - |
| XYZ | 49.2 | 30.52 | 50.88 | - |
| YUV | 149.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 188 | 0 | 0.6 | 0.22 | 0.06 | 321.67 | 0.83 | 0.66 |
| Hex | F0 | 60 | BC | 0 | 3C | 16 | 6 | 142 | 53 | 42 |
| Octal | 360 | 140 | 274 | 0 | 74 | 26 | 6 | 502 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10111100 | 0 | 111100 | 10110 | 110 | 101000010 | 1010011 | 1000010 |
Color Harmonies of #F060BC
Complementary color
Monochromatic Colors of #F060BC
Black with #F060BC
Text Example
Text Example
White with #F060BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060BC; }
p { color: rgb(240,96,188); }
H1.HeaderClassName
{
color: #F060BC;
}
.AnyTagClassName
{
color: #F060BC;
}
</style>
background-color css
<style>
a { background-color: #F060BC; }
a { background-color: rgb(240,96,188); }
div.DivClassName
{
background-color: #F060BC;
}
.BgClassName
{
background-color: #F060BC;
}
</style>
border-color css
<style>
span { border-color: #F060BC; }
span { border-color: rgb(240,96,188); }
td.TdClassName
{
border-color: #F060BC;
}
.TagClassName
{
border-color: #F060BC;
}
</style>