Shades of Hot Pink #F261AF
Tints of Hot Pink #F261AF
RGB
CMYK
RGB Variations
Color information
#F261AF (or 0xF261AF) is known color: Hot Pink. HEX triplet: F2, 61 and AF. RGB value is (242,97,175). Sum of RGB (Red+Green+Blue) = 242+97+175=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F261AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F261AF is #0D9E50. Grayscale: #959595. Windows color (decimal): -892497 or 11493874. OLE color: 11493874.
HSL color Cylindrical-coordinate representation of color #F261AF: hue angle of 327.72º 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 #F261AF is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 175 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.05 |
| HSL | 327.72º | 0.85% | 0.66% | - |
| HSV(B) | 327.72º | 0.6% | 0.95% | - |
| XYZ | 48.63 | 30.52 | 43.89 | - |
| YUV | 149.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 175 | 0 | 0.60 | 0.28 | 0.05 | 327.72 | 0.85 | 0.66 |
| Hex | F2 | 61 | AF | 0 | 3C | 1C | 5 | 148 | 55 | 42 |
| Octal | 362 | 141 | 257 | 0 | 74 | 34 | 5 | 510 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10101111 | 0 | 111100 | 11100 | 101 | 101001000 | 1010101 | 1000010 |
Color Harmonies of #F261AF
Complementary color
Monochromatic Colors of #F261AF
Black with #F261AF
Text Example
Text Example
White with #F261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261AF; }
p { color: rgb(242,97,175); }
H1.HeaderClassName
{
color: #F261AF;
}
.AnyTagClassName
{
color: #F261AF;
}
</style>
background-color css
<style>
a { background-color: #F261AF; }
a { background-color: rgb(242,97,175); }
div.DivClassName
{
background-color: #F261AF;
}
.BgClassName
{
background-color: #F261AF;
}
</style>
border-color css
<style>
span { border-color: #F261AF; }
span { border-color: rgb(242,97,175); }
td.TdClassName
{
border-color: #F261AF;
}
.TagClassName
{
border-color: #F261AF;
}
</style>