Shades of Hot Pink #F26AB6
Tints of Hot Pink #F26AB6
RGB
CMYK
RGB Variations
Color information
#F26AB6 (or 0xF26AB6) is known color: Hot Pink. HEX triplet: F2, 6A and B6. RGB value is (242,106,182). Sum of RGB (Red+Green+Blue) = 242+106+182=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26AB6 is #0D9549. Grayscale: #9B9B9B. Windows color (decimal): -890186 or 11954930. OLE color: 11954930.
HSL color Cylindrical-coordinate representation of color #F26AB6: hue angle of 326.47º 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 #F26AB6 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 182 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.05 |
| HSL | 326.47º | 0.84% | 0.68% | - |
| HSV(B) | 326.47º | 0.56% | 0.95% | - |
| XYZ | 50.22 | 32.56 | 47.89 | - |
| YUV | 155.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 182 | 0 | 0.56 | 0.25 | 0.05 | 326.47 | 0.84 | 0.68 |
| Hex | F2 | 6A | B6 | 0 | 38 | 19 | 5 | 146 | 54 | 44 |
| Octal | 362 | 152 | 266 | 0 | 70 | 31 | 5 | 506 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10110110 | 0 | 111000 | 11001 | 101 | 101000110 | 1010100 | 1000100 |
Color Harmonies of #F26AB6
Complementary color
Monochromatic Colors of #F26AB6
Black with #F26AB6
Text Example
Text Example
White with #F26AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AB6; }
p { color: rgb(242,106,182); }
H1.HeaderClassName
{
color: #F26AB6;
}
.AnyTagClassName
{
color: #F26AB6;
}
</style>
background-color css
<style>
a { background-color: #F26AB6; }
a { background-color: rgb(242,106,182); }
div.DivClassName
{
background-color: #F26AB6;
}
.BgClassName
{
background-color: #F26AB6;
}
</style>
border-color css
<style>
span { border-color: #F26AB6; }
span { border-color: rgb(242,106,182); }
td.TdClassName
{
border-color: #F26AB6;
}
.TagClassName
{
border-color: #F26AB6;
}
</style>