Shades of Hot Pink #F260BA
Tints of Hot Pink #F260BA
RGB
CMYK
RGB Variations
Color information
#F260BA (or 0xF260BA) is known color: Hot Pink. HEX triplet: F2, 60 and BA. RGB value is (242,96,186). Sum of RGB (Red+Green+Blue) = 242+96+186=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BA is #0D9F45. Grayscale: #959595. Windows color (decimal): -892742 or 12214514. OLE color: 12214514.
HSL color Cylindrical-coordinate representation of color #F260BA: hue angle of 323.01º 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 #F260BA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 186 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 323.01º | 0.85% | 0.66% | - |
| HSV(B) | 323.01º | 0.6% | 0.95% | - |
| XYZ | 49.66 | 30.79 | 49.78 | - |
| YUV | 149.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 186 | 0 | 0.60 | 0.23 | 0.05 | 323.01 | 0.85 | 0.66 |
| Hex | F2 | 60 | BA | 0 | 3C | 17 | 5 | 143 | 55 | 42 |
| Octal | 362 | 140 | 272 | 0 | 74 | 27 | 5 | 503 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111010 | 0 | 111100 | 10111 | 101 | 101000011 | 1010101 | 1000010 |
Color Harmonies of #F260BA
Complementary color
Monochromatic Colors of #F260BA
Black with #F260BA
Text Example
Text Example
White with #F260BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BA; }
p { color: rgb(242,96,186); }
H1.HeaderClassName
{
color: #F260BA;
}
.AnyTagClassName
{
color: #F260BA;
}
</style>
background-color css
<style>
a { background-color: #F260BA; }
a { background-color: rgb(242,96,186); }
div.DivClassName
{
background-color: #F260BA;
}
.BgClassName
{
background-color: #F260BA;
}
</style>
border-color css
<style>
span { border-color: #F260BA; }
span { border-color: rgb(242,96,186); }
td.TdClassName
{
border-color: #F260BA;
}
.TagClassName
{
border-color: #F260BA;
}
</style>