Shades of Hot Pink #F26DB0
Tints of Hot Pink #F26DB0
RGB
CMYK
RGB Variations
Color information
#F26DB0 (or 0xF26DB0) is known color: Hot Pink. HEX triplet: F2, 6D and B0. RGB value is (242,109,176). Sum of RGB (Red+Green+Blue) = 242+109+176=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DB0 is #0D924F. Grayscale: #9C9C9C. Windows color (decimal): -889424 or 11562482. OLE color: 11562482.
HSL color Cylindrical-coordinate representation of color #F26DB0: hue angle of 329.77º 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 #F26DB0 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 176 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.05 |
| HSL | 329.77º | 0.84% | 0.69% | - |
| HSV(B) | 329.77º | 0.55% | 0.95% | - |
| XYZ | 49.92 | 32.95 | 44.8 | - |
| YUV | 156.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 176 | 0 | 0.55 | 0.27 | 0.05 | 329.77 | 0.84 | 0.69 |
| Hex | F2 | 6D | B0 | 0 | 37 | 1B | 5 | 14A | 54 | 45 |
| Octal | 362 | 155 | 260 | 0 | 67 | 33 | 5 | 512 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10110000 | 0 | 110111 | 11011 | 101 | 101001010 | 1010100 | 1000101 |
Color Harmonies of #F26DB0
Complementary color
Monochromatic Colors of #F26DB0
Black with #F26DB0
Text Example
Text Example
White with #F26DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DB0; }
p { color: rgb(242,109,176); }
H1.HeaderClassName
{
color: #F26DB0;
}
.AnyTagClassName
{
color: #F26DB0;
}
</style>
background-color css
<style>
a { background-color: #F26DB0; }
a { background-color: rgb(242,109,176); }
div.DivClassName
{
background-color: #F26DB0;
}
.BgClassName
{
background-color: #F26DB0;
}
</style>
border-color css
<style>
span { border-color: #F26DB0; }
span { border-color: rgb(242,109,176); }
td.TdClassName
{
border-color: #F26DB0;
}
.TagClassName
{
border-color: #F26DB0;
}
</style>