Shades of Hot Pink #F26EB0
Tints of Hot Pink #F26EB0
RGB
CMYK
RGB Variations
Color information
#F26EB0 (or 0xF26EB0) is known color: Hot Pink. HEX triplet: F2, 6E and B0. RGB value is (242,110,176). Sum of RGB (Red+Green+Blue) = 242+110+176=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26EB0 is #0D914F. Grayscale: #9C9C9C. Windows color (decimal): -889168 or 11562738. OLE color: 11562738.
HSL color Cylindrical-coordinate representation of color #F26EB0: hue angle of 330º 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 #F26EB0 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 176 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.05 |
| HSL | 330º | 0.84% | 0.69% | - |
| HSV(B) | 330º | 0.55% | 0.95% | - |
| XYZ | 50.03 | 33.16 | 44.84 | - |
| YUV | 156.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 176 | 0 | 0.55 | 0.27 | 0.05 | 330 | 0.84 | 0.69 |
| Hex | F2 | 6E | B0 | 0 | 37 | 1B | 5 | 14A | 54 | 45 |
| Octal | 362 | 156 | 260 | 0 | 67 | 33 | 5 | 512 | 124 | 105 |
| Binary | 11110010 | 1101110 | 10110000 | 0 | 110111 | 11011 | 101 | 101001010 | 1010100 | 1000101 |
Color Harmonies of #F26EB0
Complementary color
Monochromatic Colors of #F26EB0
Black with #F26EB0
Text Example
Text Example
White with #F26EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26EB0; }
p { color: rgb(242,110,176); }
H1.HeaderClassName
{
color: #F26EB0;
}
.AnyTagClassName
{
color: #F26EB0;
}
</style>
background-color css
<style>
a { background-color: #F26EB0; }
a { background-color: rgb(242,110,176); }
div.DivClassName
{
background-color: #F26EB0;
}
.BgClassName
{
background-color: #F26EB0;
}
</style>
border-color css
<style>
span { border-color: #F26EB0; }
span { border-color: rgb(242,110,176); }
td.TdClassName
{
border-color: #F26EB0;
}
.TagClassName
{
border-color: #F26EB0;
}
</style>