Shades of Hot Pink #F26BA1
Tints of Hot Pink #F26BA1
RGB
CMYK
RGB Variations
Color information
#F26BA1 (or 0xF26BA1) is known color: Hot Pink. HEX triplet: F2, 6B and A1. RGB value is (242,107,161). Sum of RGB (Red+Green+Blue) = 242+107+161=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26BA1 is #0D945E. Grayscale: #999999. Windows color (decimal): -889951 or 10578930. OLE color: 10578930.
HSL color Cylindrical-coordinate representation of color #F26BA1: hue angle of 336º 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 #F26BA1 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 161 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.05 |
| HSL | 336º | 0.84% | 0.68% | - |
| HSV(B) | 336º | 0.56% | 0.95% | - |
| XYZ | 48.31 | 31.97 | 37.34 | - |
| YUV | 153.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 161 | 0 | 0.56 | 0.33 | 0.05 | 336 | 0.84 | 0.68 |
| Hex | F2 | 6B | A1 | 0 | 38 | 21 | 5 | 150 | 54 | 44 |
| Octal | 362 | 153 | 241 | 0 | 70 | 41 | 5 | 520 | 124 | 104 |
| Binary | 11110010 | 1101011 | 10100001 | 0 | 111000 | 100001 | 101 | 101010000 | 1010100 | 1000100 |
Color Harmonies of #F26BA1
Complementary color
Monochromatic Colors of #F26BA1
Black with #F26BA1
Text Example
Text Example
White with #F26BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26BA1; }
p { color: rgb(242,107,161); }
H1.HeaderClassName
{
color: #F26BA1;
}
.AnyTagClassName
{
color: #F26BA1;
}
</style>
background-color css
<style>
a { background-color: #F26BA1; }
a { background-color: rgb(242,107,161); }
div.DivClassName
{
background-color: #F26BA1;
}
.BgClassName
{
background-color: #F26BA1;
}
</style>
border-color css
<style>
span { border-color: #F26BA1; }
span { border-color: rgb(242,107,161); }
td.TdClassName
{
border-color: #F26BA1;
}
.TagClassName
{
border-color: #F26BA1;
}
</style>