Shades of Hot Pink #F16DB3
Tints of Hot Pink #F16DB3
RGB
CMYK
RGB Variations
Color information
#F16DB3 (or 0xF16DB3) is known color: Hot Pink. HEX triplet: F1, 6D and B3. RGB value is (241,109,179). Sum of RGB (Red+Green+Blue) = 241+109+179=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DB3 is #0E924C. Grayscale: #9C9C9C. Windows color (decimal): -954957 or 11759089. OLE color: 11759089.
HSL color Cylindrical-coordinate representation of color #F16DB3: hue angle of 328.18º 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 #F16DB3 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 179 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.05 |
| HSL | 328.18º | 0.83% | 0.69% | - |
| HSV(B) | 328.18º | 0.55% | 0.95% | - |
| XYZ | 49.88 | 32.89 | 46.37 | - |
| YUV | 156.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 179 | 0 | 0.55 | 0.26 | 0.05 | 328.18 | 0.83 | 0.69 |
| Hex | F1 | 6D | B3 | 0 | 37 | 1A | 5 | 148 | 52 | 45 |
| Octal | 361 | 155 | 263 | 0 | 67 | 32 | 5 | 510 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10110011 | 0 | 110111 | 11010 | 101 | 101001000 | 1010010 | 1000101 |
Color Harmonies of #F16DB3
Complementary color
Monochromatic Colors of #F16DB3
Black with #F16DB3
Text Example
Text Example
White with #F16DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB3; }
p { color: rgb(241,109,179); }
H1.HeaderClassName
{
color: #F16DB3;
}
.AnyTagClassName
{
color: #F16DB3;
}
</style>
background-color css
<style>
a { background-color: #F16DB3; }
a { background-color: rgb(241,109,179); }
div.DivClassName
{
background-color: #F16DB3;
}
.BgClassName
{
background-color: #F16DB3;
}
</style>
border-color css
<style>
span { border-color: #F16DB3; }
span { border-color: rgb(241,109,179); }
td.TdClassName
{
border-color: #F16DB3;
}
.TagClassName
{
border-color: #F16DB3;
}
</style>