Shades of Hot Pink #F16DB2
Tints of Hot Pink #F16DB2
RGB
CMYK
RGB Variations
Color information
#F16DB2 (or 0xF16DB2) is known color: Hot Pink. HEX triplet: F1, 6D and B2. RGB value is (241,109,178). Sum of RGB (Red+Green+Blue) = 241+109+178=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DB2 is #0E924D. Grayscale: #9C9C9C. Windows color (decimal): -954958 or 11693553. OLE color: 11693553.
HSL color Cylindrical-coordinate representation of color #F16DB2: hue angle of 328.64º 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 #F16DB2 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 178 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.05 |
| HSL | 328.64º | 0.83% | 0.69% | - |
| HSV(B) | 328.64º | 0.55% | 0.95% | - |
| XYZ | 49.78 | 32.85 | 45.84 | - |
| YUV | 156.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 178 | 0 | 0.55 | 0.26 | 0.05 | 328.64 | 0.83 | 0.69 |
| Hex | F1 | 6D | B2 | 0 | 37 | 1A | 5 | 149 | 52 | 45 |
| Octal | 361 | 155 | 262 | 0 | 67 | 32 | 5 | 511 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10110010 | 0 | 110111 | 11010 | 101 | 101001001 | 1010010 | 1000101 |
Color Harmonies of #F16DB2
Complementary color
Monochromatic Colors of #F16DB2
Black with #F16DB2
Text Example
Text Example
White with #F16DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB2; }
p { color: rgb(241,109,178); }
H1.HeaderClassName
{
color: #F16DB2;
}
.AnyTagClassName
{
color: #F16DB2;
}
</style>
background-color css
<style>
a { background-color: #F16DB2; }
a { background-color: rgb(241,109,178); }
div.DivClassName
{
background-color: #F16DB2;
}
.BgClassName
{
background-color: #F16DB2;
}
</style>
border-color css
<style>
span { border-color: #F16DB2; }
span { border-color: rgb(241,109,178); }
td.TdClassName
{
border-color: #F16DB2;
}
.TagClassName
{
border-color: #F16DB2;
}
</style>