Shades of Hot Pink #F26DAA
Tints of Hot Pink #F26DAA
RGB
CMYK
RGB Variations
Color information
#F26DAA (or 0xF26DAA) is known color: Hot Pink. HEX triplet: F2, 6D and AA. RGB value is (242,109,170). Sum of RGB (Red+Green+Blue) = 242+109+170=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DAA is #0D9255. Grayscale: #9B9B9B. Windows color (decimal): -889430 or 11169266. OLE color: 11169266.
HSL color Cylindrical-coordinate representation of color #F26DAA: hue angle of 332.48º 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 #F26DAA is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 170 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.05 |
| HSL | 332.48º | 0.84% | 0.69% | - |
| HSV(B) | 332.48º | 0.55% | 0.95% | - |
| XYZ | 49.34 | 32.72 | 41.74 | - |
| YUV | 155.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 170 | 0 | 0.55 | 0.30 | 0.05 | 332.48 | 0.84 | 0.69 |
| Hex | F2 | 6D | AA | 0 | 37 | 1E | 5 | 14C | 54 | 45 |
| Octal | 362 | 155 | 252 | 0 | 67 | 36 | 5 | 514 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10101010 | 0 | 110111 | 11110 | 101 | 101001100 | 1010100 | 1000101 |
Color Harmonies of #F26DAA
Complementary color
Monochromatic Colors of #F26DAA
Black with #F26DAA
Text Example
Text Example
White with #F26DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DAA; }
p { color: rgb(242,109,170); }
H1.HeaderClassName
{
color: #F26DAA;
}
.AnyTagClassName
{
color: #F26DAA;
}
</style>
background-color css
<style>
a { background-color: #F26DAA; }
a { background-color: rgb(242,109,170); }
div.DivClassName
{
background-color: #F26DAA;
}
.BgClassName
{
background-color: #F26DAA;
}
</style>
border-color css
<style>
span { border-color: #F26DAA; }
span { border-color: rgb(242,109,170); }
td.TdClassName
{
border-color: #F26DAA;
}
.TagClassName
{
border-color: #F26DAA;
}
</style>