Shades of Hot Pink #F16DB5
Tints of Hot Pink #F16DB5
RGB
CMYK
RGB Variations
Color information
#F16DB5 (or 0xF16DB5) is known color: Hot Pink. HEX triplet: F1, 6D and B5. RGB value is (241,109,181). Sum of RGB (Red+Green+Blue) = 241+109+181=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DB5 is #0E924A. Grayscale: #9C9C9C. Windows color (decimal): -954955 or 11890161. OLE color: 11890161.
HSL color Cylindrical-coordinate representation of color #F16DB5: hue angle of 327.27º 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 #F16DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 181 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.05 |
| HSL | 327.27º | 0.83% | 0.69% | - |
| HSV(B) | 327.27º | 0.55% | 0.95% | - |
| XYZ | 50.08 | 32.97 | 47.44 | - |
| YUV | 156.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 181 | 0 | 0.55 | 0.25 | 0.05 | 327.27 | 0.83 | 0.69 |
| Hex | F1 | 6D | B5 | 0 | 37 | 19 | 5 | 147 | 52 | 45 |
| Octal | 361 | 155 | 265 | 0 | 67 | 31 | 5 | 507 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10110101 | 0 | 110111 | 11001 | 101 | 101000111 | 1010010 | 1000101 |
Color Harmonies of #F16DB5
Complementary color
Monochromatic Colors of #F16DB5
Black with #F16DB5
Text Example
Text Example
White with #F16DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB5; }
p { color: rgb(241,109,181); }
H1.HeaderClassName
{
color: #F16DB5;
}
.AnyTagClassName
{
color: #F16DB5;
}
</style>
background-color css
<style>
a { background-color: #F16DB5; }
a { background-color: rgb(241,109,181); }
div.DivClassName
{
background-color: #F16DB5;
}
.BgClassName
{
background-color: #F16DB5;
}
</style>
border-color css
<style>
span { border-color: #F16DB5; }
span { border-color: rgb(241,109,181); }
td.TdClassName
{
border-color: #F16DB5;
}
.TagClassName
{
border-color: #F16DB5;
}
</style>