Shades of Hot Pink #F26BA9
Tints of Hot Pink #F26BA9
RGB
CMYK
RGB Variations
Color information
#F26BA9 (or 0xF26BA9) is known color: Hot Pink. HEX triplet: F2, 6B and A9. RGB value is (242,107,169). Sum of RGB (Red+Green+Blue) = 242+107+169=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26BA9 is #0D9456. Grayscale: #9A9A9A. Windows color (decimal): -889943 or 11103218. OLE color: 11103218.
HSL color Cylindrical-coordinate representation of color #F26BA9: hue angle of 332.44º 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 #F26BA9 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 169 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.05 |
| HSL | 332.44º | 0.84% | 0.68% | - |
| HSV(B) | 332.44º | 0.56% | 0.95% | - |
| XYZ | 49.04 | 32.26 | 41.18 | - |
| YUV | 154.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 169 | 0 | 0.56 | 0.30 | 0.05 | 332.44 | 0.84 | 0.68 |
| Hex | F2 | 6B | A9 | 0 | 38 | 1E | 5 | 14C | 54 | 44 |
| Octal | 362 | 153 | 251 | 0 | 70 | 36 | 5 | 514 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10101001 | 0 | 111000 | 11110 | 101 | 101001100 | 1010100 | 1000100 |
Color Harmonies of #F26BA9
Complementary color
Monochromatic Colors of #F26BA9
Black with #F26BA9
Text Example
Text Example
White with #F26BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BA9; }
p { color: rgb(242,107,169); }
H1.HeaderClassName
{
color: #F26BA9;
}
.AnyTagClassName
{
color: #F26BA9;
}
</style>
background-color css
<style>
a { background-color: #F26BA9; }
a { background-color: rgb(242,107,169); }
div.DivClassName
{
background-color: #F26BA9;
}
.BgClassName
{
background-color: #F26BA9;
}
</style>
border-color css
<style>
span { border-color: #F26BA9; }
span { border-color: rgb(242,107,169); }
td.TdClassName
{
border-color: #F26BA9;
}
.TagClassName
{
border-color: #F26BA9;
}
</style>