Shades of Hot Pink #F26DA8
Tints of Hot Pink #F26DA8
RGB
CMYK
RGB Variations
Color information
#F26DA8 (or 0xF26DA8) is known color: Hot Pink. HEX triplet: F2, 6D and A8. RGB value is (242,109,168). Sum of RGB (Red+Green+Blue) = 242+109+168=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DA8 is #0D9257. Grayscale: #9B9B9B. Windows color (decimal): -889432 or 11038194. OLE color: 11038194.
HSL color Cylindrical-coordinate representation of color #F26DA8: hue angle of 333.38º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26DA8 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 168 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.05 |
| HSL | 333.38º | 0.84% | 0.69% | - |
| HSV(B) | 333.38º | 0.55% | 0.95% | - |
| XYZ | 49.15 | 32.64 | 40.76 | - |
| YUV | 155.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 168 | 0 | 0.55 | 0.31 | 0.05 | 333.38 | 0.84 | 0.69 |
| Hex | F2 | 6D | A8 | 0 | 37 | 1F | 5 | 14D | 54 | 45 |
| Octal | 362 | 155 | 250 | 0 | 67 | 37 | 5 | 515 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10101000 | 0 | 110111 | 11111 | 101 | 101001101 | 1010100 | 1000101 |
Color Harmonies of #F26DA8
Complementary color
Monochromatic Colors of #F26DA8
Black with #F26DA8
Text Example
Text Example
White with #F26DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DA8; }
p { color: rgb(242,109,168); }
H1.HeaderClassName
{
color: #F26DA8;
}
.AnyTagClassName
{
color: #F26DA8;
}
</style>
background-color css
<style>
a { background-color: #F26DA8; }
a { background-color: rgb(242,109,168); }
div.DivClassName
{
background-color: #F26DA8;
}
.BgClassName
{
background-color: #F26DA8;
}
</style>
border-color css
<style>
span { border-color: #F26DA8; }
span { border-color: rgb(242,109,168); }
td.TdClassName
{
border-color: #F26DA8;
}
.TagClassName
{
border-color: #F26DA8;
}
</style>