Shades of Hot Pink #F26AB9
Tints of Hot Pink #F26AB9
RGB
CMYK
RGB Variations
Color information
#F26AB9 (or 0xF26AB9) is known color: Hot Pink. HEX triplet: F2, 6A and B9. RGB value is (242,106,185). Sum of RGB (Red+Green+Blue) = 242+106+185=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26AB9 is #0D9546. Grayscale: #9B9B9B. Windows color (decimal): -890183 or 12151538. OLE color: 12151538.
HSL color Cylindrical-coordinate representation of color #F26AB9: hue angle of 325.15º 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 #F26AB9 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 185 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.05 |
| HSL | 325.15º | 0.84% | 0.68% | - |
| HSV(B) | 325.15º | 0.56% | 0.95% | - |
| XYZ | 50.53 | 32.69 | 49.55 | - |
| YUV | 155.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 185 | 0 | 0.56 | 0.24 | 0.05 | 325.15 | 0.84 | 0.68 |
| Hex | F2 | 6A | B9 | 0 | 38 | 18 | 5 | 145 | 54 | 44 |
| Octal | 362 | 152 | 271 | 0 | 70 | 30 | 5 | 505 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10111001 | 0 | 111000 | 11000 | 101 | 101000101 | 1010100 | 1000100 |
Color Harmonies of #F26AB9
Complementary color
Monochromatic Colors of #F26AB9
Black with #F26AB9
Text Example
Text Example
White with #F26AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AB9; }
p { color: rgb(242,106,185); }
H1.HeaderClassName
{
color: #F26AB9;
}
.AnyTagClassName
{
color: #F26AB9;
}
</style>
background-color css
<style>
a { background-color: #F26AB9; }
a { background-color: rgb(242,106,185); }
div.DivClassName
{
background-color: #F26AB9;
}
.BgClassName
{
background-color: #F26AB9;
}
</style>
border-color css
<style>
span { border-color: #F26AB9; }
span { border-color: rgb(242,106,185); }
td.TdClassName
{
border-color: #F26AB9;
}
.TagClassName
{
border-color: #F26AB9;
}
</style>