Shades of Hot Pink #F26DB5
Tints of Hot Pink #F26DB5
RGB
CMYK
RGB Variations
Color information
#F26DB5 (or 0xF26DB5) is known color: Hot Pink. HEX triplet: F2, 6D and B5. RGB value is (242,109,181). Sum of RGB (Red+Green+Blue) = 242+109+181=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DB5 is #0D924A. Grayscale: #9C9C9C. Windows color (decimal): -889419 or 11890162. OLE color: 11890162.
HSL color Cylindrical-coordinate representation of color #F26DB5: hue angle of 327.52º 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 #F26DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 181 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.05 |
| HSL | 327.52º | 0.84% | 0.69% | - |
| HSV(B) | 327.52º | 0.55% | 0.95% | - |
| XYZ | 50.43 | 33.15 | 47.46 | - |
| YUV | 156.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 181 | 0 | 0.55 | 0.25 | 0.05 | 327.52 | 0.84 | 0.69 |
| Hex | F2 | 6D | B5 | 0 | 37 | 19 | 5 | 148 | 54 | 45 |
| Octal | 362 | 155 | 265 | 0 | 67 | 31 | 5 | 510 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10110101 | 0 | 110111 | 11001 | 101 | 101001000 | 1010100 | 1000101 |
Color Harmonies of #F26DB5
Complementary color
Monochromatic Colors of #F26DB5
Black with #F26DB5
Text Example
Text Example
White with #F26DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DB5; }
p { color: rgb(242,109,181); }
H1.HeaderClassName
{
color: #F26DB5;
}
.AnyTagClassName
{
color: #F26DB5;
}
</style>
background-color css
<style>
a { background-color: #F26DB5; }
a { background-color: rgb(242,109,181); }
div.DivClassName
{
background-color: #F26DB5;
}
.BgClassName
{
background-color: #F26DB5;
}
</style>
border-color css
<style>
span { border-color: #F26DB5; }
span { border-color: rgb(242,109,181); }
td.TdClassName
{
border-color: #F26DB5;
}
.TagClassName
{
border-color: #F26DB5;
}
</style>