Shades of Hot Pink #F26AAD
Tints of Hot Pink #F26AAD
RGB
CMYK
RGB Variations
Color information
#F26AAD (or 0xF26AAD) is known color: Hot Pink. HEX triplet: F2, 6A and AD. RGB value is (242,106,173). Sum of RGB (Red+Green+Blue) = 242+106+173=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26AAD is #0D9552. Grayscale: #9A9A9A. Windows color (decimal): -890195 or 11365106. OLE color: 11365106.
HSL color Cylindrical-coordinate representation of color #F26AAD: hue angle of 330.44º 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 #F26AAD is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 173 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 330.44º | 0.84% | 0.68% | - |
| HSV(B) | 330.44º | 0.56% | 0.95% | - |
| XYZ | 49.31 | 32.2 | 43.15 | - |
| YUV | 154.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 173 | 0 | 0.56 | 0.29 | 0.05 | 330.44 | 0.84 | 0.68 |
| Hex | F2 | 6A | AD | 0 | 38 | 1D | 5 | 14A | 54 | 44 |
| Octal | 362 | 152 | 255 | 0 | 70 | 35 | 5 | 512 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10101101 | 0 | 111000 | 11101 | 101 | 101001010 | 1010100 | 1000100 |
Color Harmonies of #F26AAD
Complementary color
Monochromatic Colors of #F26AAD
Black with #F26AAD
Text Example
Text Example
White with #F26AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AAD; }
p { color: rgb(242,106,173); }
H1.HeaderClassName
{
color: #F26AAD;
}
.AnyTagClassName
{
color: #F26AAD;
}
</style>
background-color css
<style>
a { background-color: #F26AAD; }
a { background-color: rgb(242,106,173); }
div.DivClassName
{
background-color: #F26AAD;
}
.BgClassName
{
background-color: #F26AAD;
}
</style>
border-color css
<style>
span { border-color: #F26AAD; }
span { border-color: rgb(242,106,173); }
td.TdClassName
{
border-color: #F26AAD;
}
.TagClassName
{
border-color: #F26AAD;
}
</style>