Shades of Hot Pink #F26FAB
Tints of Hot Pink #F26FAB
RGB
CMYK
RGB Variations
Color information
#F26FAB (or 0xF26FAB) is known color: Hot Pink. HEX triplet: F2, 6F and AB. RGB value is (242,111,171). Sum of RGB (Red+Green+Blue) = 242+111+171=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26FAB is #0D9054. Grayscale: #9C9C9C. Windows color (decimal): -888917 or 11235314. OLE color: 11235314.
HSL color Cylindrical-coordinate representation of color #F26FAB: hue angle of 332.52º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FAB is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 171 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.05 |
| HSL | 332.52º | 0.83% | 0.69% | - |
| HSV(B) | 332.52º | 0.54% | 0.95% | - |
| XYZ | 49.65 | 33.19 | 42.32 | - |
| YUV | 157.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 171 | 0 | 0.54 | 0.29 | 0.05 | 332.52 | 0.83 | 0.69 |
| Hex | F2 | 6F | AB | 0 | 36 | 1D | 5 | 14D | 53 | 45 |
| Octal | 362 | 157 | 253 | 0 | 66 | 35 | 5 | 515 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10101011 | 0 | 110110 | 11101 | 101 | 101001101 | 1010011 | 1000101 |
Color Harmonies of #F26FAB
Complementary color
Monochromatic Colors of #F26FAB
Black with #F26FAB
Text Example
Text Example
White with #F26FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FAB; }
p { color: rgb(242,111,171); }
H1.HeaderClassName
{
color: #F26FAB;
}
.AnyTagClassName
{
color: #F26FAB;
}
</style>
background-color css
<style>
a { background-color: #F26FAB; }
a { background-color: rgb(242,111,171); }
div.DivClassName
{
background-color: #F26FAB;
}
.BgClassName
{
background-color: #F26FAB;
}
</style>
border-color css
<style>
span { border-color: #F26FAB; }
span { border-color: rgb(242,111,171); }
td.TdClassName
{
border-color: #F26FAB;
}
.TagClassName
{
border-color: #F26FAB;
}
</style>