Shades of Hot Pink #F26DA5
Tints of Hot Pink #F26DA5
RGB
CMYK
RGB Variations
Color information
#F26DA5 (or 0xF26DA5) is known color: Hot Pink. HEX triplet: F2, 6D and A5. RGB value is (242,109,165). Sum of RGB (Red+Green+Blue) = 242+109+165=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DA5 is #0D925A. Grayscale: #9B9B9B. Windows color (decimal): -889435 or 10841586. OLE color: 10841586.
HSL color Cylindrical-coordinate representation of color #F26DA5: hue angle of 334.74º 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 #F26DA5 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 165 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.05 |
| HSL | 334.74º | 0.84% | 0.69% | - |
| HSV(B) | 334.74º | 0.55% | 0.95% | - |
| XYZ | 48.88 | 32.53 | 39.3 | - |
| YUV | 155.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 165 | 0 | 0.55 | 0.32 | 0.05 | 334.74 | 0.84 | 0.69 |
| Hex | F2 | 6D | A5 | 0 | 37 | 20 | 5 | 14F | 54 | 45 |
| Octal | 362 | 155 | 245 | 0 | 67 | 40 | 5 | 517 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10100101 | 0 | 110111 | 100000 | 101 | 101001111 | 1010100 | 1000101 |
Color Harmonies of #F26DA5
Complementary color
Monochromatic Colors of #F26DA5
Black with #F26DA5
Text Example
Text Example
White with #F26DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DA5; }
p { color: rgb(242,109,165); }
H1.HeaderClassName
{
color: #F26DA5;
}
.AnyTagClassName
{
color: #F26DA5;
}
</style>
background-color css
<style>
a { background-color: #F26DA5; }
a { background-color: rgb(242,109,165); }
div.DivClassName
{
background-color: #F26DA5;
}
.BgClassName
{
background-color: #F26DA5;
}
</style>
border-color css
<style>
span { border-color: #F26DA5; }
span { border-color: rgb(242,109,165); }
td.TdClassName
{
border-color: #F26DA5;
}
.TagClassName
{
border-color: #F26DA5;
}
</style>