Shades of Hot Pink #F15DB9
Tints of Hot Pink #F15DB9
RGB
CMYK
RGB Variations
Color information
#F15DB9 (or 0xF15DB9) is known color: Hot Pink. HEX triplet: F1, 5D and B9. RGB value is (241,93,185). Sum of RGB (Red+Green+Blue) = 241+93+185=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB9 is #0EA246. Grayscale: #939393. Windows color (decimal): -959047 or 12148209. OLE color: 12148209.
HSL color Cylindrical-coordinate representation of color #F15DB9: hue angle of 322.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DB9 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 185 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.05 |
| HSL | 322.7º | 0.84% | 0.65% | - |
| HSV(B) | 322.7º | 0.61% | 0.95% | - |
| XYZ | 48.95 | 30.03 | 49.12 | - |
| YUV | 147.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 185 | 0 | 0.61 | 0.23 | 0.05 | 322.7 | 0.84 | 0.65 |
| Hex | F1 | 5D | B9 | 0 | 3D | 17 | 5 | 143 | 54 | 41 |
| Octal | 361 | 135 | 271 | 0 | 75 | 27 | 5 | 503 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10111001 | 0 | 111101 | 10111 | 101 | 101000011 | 1010100 | 1000001 |
Color Harmonies of #F15DB9
Complementary color
Monochromatic Colors of #F15DB9
Black with #F15DB9
Text Example
Text Example
White with #F15DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DB9; }
p { color: rgb(241,93,185); }
H1.HeaderClassName
{
color: #F15DB9;
}
.AnyTagClassName
{
color: #F15DB9;
}
</style>
background-color css
<style>
a { background-color: #F15DB9; }
a { background-color: rgb(241,93,185); }
div.DivClassName
{
background-color: #F15DB9;
}
.BgClassName
{
background-color: #F15DB9;
}
</style>
border-color css
<style>
span { border-color: #F15DB9; }
span { border-color: rgb(241,93,185); }
td.TdClassName
{
border-color: #F15DB9;
}
.TagClassName
{
border-color: #F15DB9;
}
</style>