Shades of Hot Pink #F26CB9
Tints of Hot Pink #F26CB9
RGB
CMYK
RGB Variations
Color information
#F26CB9 (or 0xF26CB9) is known color: Hot Pink. HEX triplet: F2, 6C and B9. RGB value is (242,108,185). Sum of RGB (Red+Green+Blue) = 242+108+185=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CB9 is #0D9346. Grayscale: #9C9C9C. Windows color (decimal): -889671 or 12152050. OLE color: 12152050.
HSL color Cylindrical-coordinate representation of color #F26CB9: hue angle of 325.52º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26CB9 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 185 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.05 |
| HSL | 325.52º | 0.84% | 0.69% | - |
| HSV(B) | 325.52º | 0.55% | 0.95% | - |
| XYZ | 50.74 | 33.11 | 49.61 | - |
| YUV | 156.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 185 | 0 | 0.55 | 0.24 | 0.05 | 325.52 | 0.84 | 0.69 |
| Hex | F2 | 6C | B9 | 0 | 37 | 18 | 5 | 146 | 54 | 45 |
| Octal | 362 | 154 | 271 | 0 | 67 | 30 | 5 | 506 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10111001 | 0 | 110111 | 11000 | 101 | 101000110 | 1010100 | 1000101 |
Color Harmonies of #F26CB9
Complementary color
Monochromatic Colors of #F26CB9
Black with #F26CB9
Text Example
Text Example
White with #F26CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CB9; }
p { color: rgb(242,108,185); }
H1.HeaderClassName
{
color: #F26CB9;
}
.AnyTagClassName
{
color: #F26CB9;
}
</style>
background-color css
<style>
a { background-color: #F26CB9; }
a { background-color: rgb(242,108,185); }
div.DivClassName
{
background-color: #F26CB9;
}
.BgClassName
{
background-color: #F26CB9;
}
</style>
border-color css
<style>
span { border-color: #F26CB9; }
span { border-color: rgb(242,108,185); }
td.TdClassName
{
border-color: #F26CB9;
}
.TagClassName
{
border-color: #F26CB9;
}
</style>