Shades of Hot Pink #F26AAC
Tints of Hot Pink #F26AAC
RGB
CMYK
RGB Variations
Color information
#F26AAC (or 0xF26AAC) is known color: Hot Pink. HEX triplet: F2, 6A and AC. RGB value is (242,106,172). Sum of RGB (Red+Green+Blue) = 242+106+172=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26AAC is #0D9553. Grayscale: #9A9A9A. Windows color (decimal): -890196 or 11299570. OLE color: 11299570.
HSL color Cylindrical-coordinate representation of color #F26AAC: hue angle of 330.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26AAC is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 172 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 330.88º | 0.84% | 0.68% | - |
| HSV(B) | 330.88º | 0.56% | 0.95% | - |
| XYZ | 49.22 | 32.16 | 42.64 | - |
| YUV | 154.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 172 | 0 | 0.56 | 0.29 | 0.05 | 330.88 | 0.84 | 0.68 |
| Hex | F2 | 6A | AC | 0 | 38 | 1D | 5 | 14B | 54 | 44 |
| Octal | 362 | 152 | 254 | 0 | 70 | 35 | 5 | 513 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10101100 | 0 | 111000 | 11101 | 101 | 101001011 | 1010100 | 1000100 |
Color Harmonies of #F26AAC
Complementary color
Monochromatic Colors of #F26AAC
Black with #F26AAC
Text Example
Text Example
White with #F26AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AAC; }
p { color: rgb(242,106,172); }
H1.HeaderClassName
{
color: #F26AAC;
}
.AnyTagClassName
{
color: #F26AAC;
}
</style>
background-color css
<style>
a { background-color: #F26AAC; }
a { background-color: rgb(242,106,172); }
div.DivClassName
{
background-color: #F26AAC;
}
.BgClassName
{
background-color: #F26AAC;
}
</style>
border-color css
<style>
span { border-color: #F26AAC; }
span { border-color: rgb(242,106,172); }
td.TdClassName
{
border-color: #F26AAC;
}
.TagClassName
{
border-color: #F26AAC;
}
</style>