Shades of Hot Pink #F26DAC
Tints of Hot Pink #F26DAC
RGB
CMYK
RGB Variations
Color information
#F26DAC (or 0xF26DAC) is known color: Hot Pink. HEX triplet: F2, 6D and AC. RGB value is (242,109,172). Sum of RGB (Red+Green+Blue) = 242+109+172=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26DAC is #0D9253. Grayscale: #9B9B9B. Windows color (decimal): -889428 or 11300338. OLE color: 11300338.
HSL color Cylindrical-coordinate representation of color #F26DAC: hue angle of 331.58º 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 #F26DAC is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 172 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.05 |
| HSL | 331.58º | 0.84% | 0.69% | - |
| HSV(B) | 331.58º | 0.55% | 0.95% | - |
| XYZ | 49.53 | 32.79 | 42.75 | - |
| YUV | 155.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 172 | 0 | 0.55 | 0.29 | 0.05 | 331.58 | 0.84 | 0.69 |
| Hex | F2 | 6D | AC | 0 | 37 | 1D | 5 | 14C | 54 | 45 |
| Octal | 362 | 155 | 254 | 0 | 67 | 35 | 5 | 514 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10101100 | 0 | 110111 | 11101 | 101 | 101001100 | 1010100 | 1000101 |
Color Harmonies of #F26DAC
Complementary color
Monochromatic Colors of #F26DAC
Black with #F26DAC
Text Example
Text Example
White with #F26DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DAC; }
p { color: rgb(242,109,172); }
H1.HeaderClassName
{
color: #F26DAC;
}
.AnyTagClassName
{
color: #F26DAC;
}
</style>
background-color css
<style>
a { background-color: #F26DAC; }
a { background-color: rgb(242,109,172); }
div.DivClassName
{
background-color: #F26DAC;
}
.BgClassName
{
background-color: #F26DAC;
}
</style>
border-color css
<style>
span { border-color: #F26DAC; }
span { border-color: rgb(242,109,172); }
td.TdClassName
{
border-color: #F26DAC;
}
.TagClassName
{
border-color: #F26DAC;
}
</style>