Shades of Hot Pink #F16DAE
Tints of Hot Pink #F16DAE
RGB
CMYK
RGB Variations
Color information
#F16DAE (or 0xF16DAE) is known color: Hot Pink. HEX triplet: F1, 6D and AE. RGB value is (241,109,174). Sum of RGB (Red+Green+Blue) = 241+109+174=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DAE is #0E9251. Grayscale: #9B9B9B. Windows color (decimal): -954962 or 11431409. OLE color: 11431409.
HSL color Cylindrical-coordinate representation of color #F16DAE: hue angle of 330.45º 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 #F16DAE is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 174 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.05 |
| HSL | 330.45º | 0.83% | 0.69% | - |
| HSV(B) | 330.45º | 0.55% | 0.95% | - |
| XYZ | 49.38 | 32.69 | 43.75 | - |
| YUV | 155.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 174 | 0 | 0.55 | 0.28 | 0.05 | 330.45 | 0.83 | 0.69 |
| Hex | F1 | 6D | AE | 0 | 37 | 1C | 5 | 14A | 52 | 45 |
| Octal | 361 | 155 | 256 | 0 | 67 | 34 | 5 | 512 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10101110 | 0 | 110111 | 11100 | 101 | 101001010 | 1010010 | 1000101 |
Color Harmonies of #F16DAE
Complementary color
Monochromatic Colors of #F16DAE
Black with #F16DAE
Text Example
Text Example
White with #F16DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DAE; }
p { color: rgb(241,109,174); }
H1.HeaderClassName
{
color: #F16DAE;
}
.AnyTagClassName
{
color: #F16DAE;
}
</style>
background-color css
<style>
a { background-color: #F16DAE; }
a { background-color: rgb(241,109,174); }
div.DivClassName
{
background-color: #F16DAE;
}
.BgClassName
{
background-color: #F16DAE;
}
</style>
border-color css
<style>
span { border-color: #F16DAE; }
span { border-color: rgb(241,109,174); }
td.TdClassName
{
border-color: #F16DAE;
}
.TagClassName
{
border-color: #F16DAE;
}
</style>