Shades of Hot Pink #F26AAB
Tints of Hot Pink #F26AAB
RGB
CMYK
RGB Variations
Color information
#F26AAB (or 0xF26AAB) is known color: Hot Pink. HEX triplet: F2, 6A and AB. RGB value is (242,106,171). Sum of RGB (Red+Green+Blue) = 242+106+171=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26AAB is #0D9554. Grayscale: #999999. Windows color (decimal): -890197 or 11234034. OLE color: 11234034.
HSL color Cylindrical-coordinate representation of color #F26AAB: hue angle of 331.32º 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 #F26AAB is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 171 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 331.32º | 0.84% | 0.68% | - |
| HSV(B) | 331.32º | 0.56% | 0.95% | - |
| XYZ | 49.12 | 32.13 | 42.14 | - |
| YUV | 154.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 171 | 0 | 0.56 | 0.29 | 0.05 | 331.32 | 0.84 | 0.68 |
| Hex | F2 | 6A | AB | 0 | 38 | 1D | 5 | 14B | 54 | 44 |
| Octal | 362 | 152 | 253 | 0 | 70 | 35 | 5 | 513 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10101011 | 0 | 111000 | 11101 | 101 | 101001011 | 1010100 | 1000100 |
Color Harmonies of #F26AAB
Complementary color
Monochromatic Colors of #F26AAB
Black with #F26AAB
Text Example
Text Example
White with #F26AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AAB; }
p { color: rgb(242,106,171); }
H1.HeaderClassName
{
color: #F26AAB;
}
.AnyTagClassName
{
color: #F26AAB;
}
</style>
background-color css
<style>
a { background-color: #F26AAB; }
a { background-color: rgb(242,106,171); }
div.DivClassName
{
background-color: #F26AAB;
}
.BgClassName
{
background-color: #F26AAB;
}
</style>
border-color css
<style>
span { border-color: #F26AAB; }
span { border-color: rgb(242,106,171); }
td.TdClassName
{
border-color: #F26AAB;
}
.TagClassName
{
border-color: #F26AAB;
}
</style>