Shades of Hot Pink #F260AA
Tints of Hot Pink #F260AA
RGB
CMYK
RGB Variations
Color information
#F260AA (or 0xF260AA) is known color: Hot Pink. HEX triplet: F2, 60 and AA. RGB value is (242,96,170). Sum of RGB (Red+Green+Blue) = 242+96+170=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AA is #0D9F55. Grayscale: #939393. Windows color (decimal): -892758 or 11165938. OLE color: 11165938.
HSL color Cylindrical-coordinate representation of color #F260AA: hue angle of 329.59º 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 #F260AA is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 170 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.05 |
| HSL | 329.59º | 0.85% | 0.66% | - |
| HSV(B) | 329.59º | 0.6% | 0.95% | - |
| XYZ | 48.06 | 30.15 | 41.32 | - |
| YUV | 148.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 170 | 0 | 0.60 | 0.30 | 0.05 | 329.59 | 0.85 | 0.66 |
| Hex | F2 | 60 | AA | 0 | 3C | 1E | 5 | 14A | 55 | 42 |
| Octal | 362 | 140 | 252 | 0 | 74 | 36 | 5 | 512 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10101010 | 0 | 111100 | 11110 | 101 | 101001010 | 1010101 | 1000010 |
Color Harmonies of #F260AA
Complementary color
Monochromatic Colors of #F260AA
Black with #F260AA
Text Example
Text Example
White with #F260AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260AA; }
p { color: rgb(242,96,170); }
H1.HeaderClassName
{
color: #F260AA;
}
.AnyTagClassName
{
color: #F260AA;
}
</style>
background-color css
<style>
a { background-color: #F260AA; }
a { background-color: rgb(242,96,170); }
div.DivClassName
{
background-color: #F260AA;
}
.BgClassName
{
background-color: #F260AA;
}
</style>
border-color css
<style>
span { border-color: #F260AA; }
span { border-color: rgb(242,96,170); }
td.TdClassName
{
border-color: #F260AA;
}
.TagClassName
{
border-color: #F260AA;
}
</style>