Shades of Hot Pink #F260BC
Tints of Hot Pink #F260BC
RGB
CMYK
RGB Variations
Color information
#F260BC (or 0xF260BC) is known color: Hot Pink. HEX triplet: F2, 60 and BC. RGB value is (242,96,188). Sum of RGB (Red+Green+Blue) = 242+96+188=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BC is #0D9F43. Grayscale: #959595. Windows color (decimal): -892740 or 12345586. OLE color: 12345586.
HSL color Cylindrical-coordinate representation of color #F260BC: hue angle of 322.19º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260BC is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 188 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.05 |
| HSL | 322.19º | 0.85% | 0.66% | - |
| HSV(B) | 322.19º | 0.6% | 0.95% | - |
| XYZ | 49.88 | 30.87 | 50.91 | - |
| YUV | 150.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 188 | 0 | 0.60 | 0.22 | 0.05 | 322.19 | 0.85 | 0.66 |
| Hex | F2 | 60 | BC | 0 | 3C | 16 | 5 | 142 | 55 | 42 |
| Octal | 362 | 140 | 274 | 0 | 74 | 26 | 5 | 502 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111100 | 0 | 111100 | 10110 | 101 | 101000010 | 1010101 | 1000010 |
Color Harmonies of #F260BC
Complementary color
Monochromatic Colors of #F260BC
Black with #F260BC
Text Example
Text Example
White with #F260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BC; }
p { color: rgb(242,96,188); }
H1.HeaderClassName
{
color: #F260BC;
}
.AnyTagClassName
{
color: #F260BC;
}
</style>
background-color css
<style>
a { background-color: #F260BC; }
a { background-color: rgb(242,96,188); }
div.DivClassName
{
background-color: #F260BC;
}
.BgClassName
{
background-color: #F260BC;
}
</style>
border-color css
<style>
span { border-color: #F260BC; }
span { border-color: rgb(242,96,188); }
td.TdClassName
{
border-color: #F260BC;
}
.TagClassName
{
border-color: #F260BC;
}
</style>