Shades of Hot Pink #F261AC
Tints of Hot Pink #F261AC
RGB
CMYK
RGB Variations
Color information
#F261AC (or 0xF261AC) is known color: Hot Pink. HEX triplet: F2, 61 and AC. RGB value is (242,97,172). Sum of RGB (Red+Green+Blue) = 242+97+172=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F261AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F261AC is #0D9E53. Grayscale: #949494. Windows color (decimal): -892500 or 11297266. OLE color: 11297266.
HSL color Cylindrical-coordinate representation of color #F261AC: hue angle of 328.97º 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 #F261AC is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 172 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 328.97º | 0.85% | 0.66% | - |
| HSV(B) | 328.97º | 0.6% | 0.95% | - |
| XYZ | 48.34 | 30.41 | 42.35 | - |
| YUV | 148.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 172 | 0 | 0.60 | 0.29 | 0.05 | 328.97 | 0.85 | 0.66 |
| Hex | F2 | 61 | AC | 0 | 3C | 1D | 5 | 149 | 55 | 42 |
| Octal | 362 | 141 | 254 | 0 | 74 | 35 | 5 | 511 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10101100 | 0 | 111100 | 11101 | 101 | 101001001 | 1010101 | 1000010 |
Color Harmonies of #F261AC
Complementary color
Monochromatic Colors of #F261AC
Black with #F261AC
Text Example
Text Example
White with #F261AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261AC; }
p { color: rgb(242,97,172); }
H1.HeaderClassName
{
color: #F261AC;
}
.AnyTagClassName
{
color: #F261AC;
}
</style>
background-color css
<style>
a { background-color: #F261AC; }
a { background-color: rgb(242,97,172); }
div.DivClassName
{
background-color: #F261AC;
}
.BgClassName
{
background-color: #F261AC;
}
</style>
border-color css
<style>
span { border-color: #F261AC; }
span { border-color: rgb(242,97,172); }
td.TdClassName
{
border-color: #F261AC;
}
.TagClassName
{
border-color: #F261AC;
}
</style>