Shades of Hot Pink #F16DAB
Tints of Hot Pink #F16DAB
RGB
CMYK
RGB Variations
Color information
#F16DAB (or 0xF16DAB) is known color: Hot Pink. HEX triplet: F1, 6D and AB. RGB value is (241,109,171). Sum of RGB (Red+Green+Blue) = 241+109+171=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DAB is #0E9254. Grayscale: #9B9B9B. Windows color (decimal): -954965 or 11234801. OLE color: 11234801.
HSL color Cylindrical-coordinate representation of color #F16DAB: hue angle of 331.82º degrees, saturation: 0.82, 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 #F16DAB is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 171 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.05 |
| HSL | 331.82º | 0.83% | 0.69% | - |
| HSV(B) | 331.82º | 0.55% | 0.95% | - |
| XYZ | 49.09 | 32.58 | 42.23 | - |
| YUV | 155.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 171 | 0 | 0.55 | 0.29 | 0.05 | 331.82 | 0.83 | 0.69 |
| Hex | F1 | 6D | AB | 0 | 37 | 1D | 5 | 14C | 52 | 45 |
| Octal | 361 | 155 | 253 | 0 | 67 | 35 | 5 | 514 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10101011 | 0 | 110111 | 11101 | 101 | 101001100 | 1010010 | 1000101 |
Color Harmonies of #F16DAB
Complementary color
Monochromatic Colors of #F16DAB
Black with #F16DAB
Text Example
Text Example
White with #F16DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DAB; }
p { color: rgb(241,109,171); }
H1.HeaderClassName
{
color: #F16DAB;
}
.AnyTagClassName
{
color: #F16DAB;
}
</style>
background-color css
<style>
a { background-color: #F16DAB; }
a { background-color: rgb(241,109,171); }
div.DivClassName
{
background-color: #F16DAB;
}
.BgClassName
{
background-color: #F16DAB;
}
</style>
border-color css
<style>
span { border-color: #F16DAB; }
span { border-color: rgb(241,109,171); }
td.TdClassName
{
border-color: #F16DAB;
}
.TagClassName
{
border-color: #F16DAB;
}
</style>