Shades of Hot Pink #F260AC
Tints of Hot Pink #F260AC
RGB
CMYK
RGB Variations
Color information
#F260AC (or 0xF260AC) is known color: Hot Pink. HEX triplet: F2, 60 and AC. RGB value is (242,96,172). Sum of RGB (Red+Green+Blue) = 242+96+172=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AC is #0D9F53. Grayscale: #949494. Windows color (decimal): -892756 or 11297010. OLE color: 11297010.
HSL color Cylindrical-coordinate representation of color #F260AC: hue angle of 328.77º 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 #F260AC is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 172 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 328.77º | 0.85% | 0.66% | - |
| HSV(B) | 328.77º | 0.6% | 0.95% | - |
| XYZ | 48.25 | 30.22 | 42.32 | - |
| YUV | 148.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 172 | 0 | 0.60 | 0.29 | 0.05 | 328.77 | 0.85 | 0.66 |
| Hex | F2 | 60 | AC | 0 | 3C | 1D | 5 | 149 | 55 | 42 |
| Octal | 362 | 140 | 254 | 0 | 74 | 35 | 5 | 511 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10101100 | 0 | 111100 | 11101 | 101 | 101001001 | 1010101 | 1000010 |
Color Harmonies of #F260AC
Complementary color
Monochromatic Colors of #F260AC
Black with #F260AC
Text Example
Text Example
White with #F260AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260AC; }
p { color: rgb(242,96,172); }
H1.HeaderClassName
{
color: #F260AC;
}
.AnyTagClassName
{
color: #F260AC;
}
</style>
background-color css
<style>
a { background-color: #F260AC; }
a { background-color: rgb(242,96,172); }
div.DivClassName
{
background-color: #F260AC;
}
.BgClassName
{
background-color: #F260AC;
}
</style>
border-color css
<style>
span { border-color: #F260AC; }
span { border-color: rgb(242,96,172); }
td.TdClassName
{
border-color: #F260AC;
}
.TagClassName
{
border-color: #F260AC;
}
</style>