Shades of Hot Pink #F15DB7
Tints of Hot Pink #F15DB7
RGB
CMYK
RGB Variations
Color information
#F15DB7 (or 0xF15DB7) is known color: Hot Pink. HEX triplet: F1, 5D and B7. RGB value is (241,93,183). Sum of RGB (Red+Green+Blue) = 241+93+183=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB7 is #0EA248. Grayscale: #939393. Windows color (decimal): -959049 or 12017137. OLE color: 12017137.
HSL color Cylindrical-coordinate representation of color #F15DB7: hue angle of 323.51º 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 #F15DB7 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 183 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.05 |
| HSL | 323.51º | 0.84% | 0.65% | - |
| HSV(B) | 323.51º | 0.61% | 0.95% | - |
| XYZ | 48.74 | 29.95 | 48.01 | - |
| YUV | 147.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 183 | 0 | 0.61 | 0.24 | 0.05 | 323.51 | 0.84 | 0.65 |
| Hex | F1 | 5D | B7 | 0 | 3D | 18 | 5 | 144 | 54 | 41 |
| Octal | 361 | 135 | 267 | 0 | 75 | 30 | 5 | 504 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10110111 | 0 | 111101 | 11000 | 101 | 101000100 | 1010100 | 1000001 |
Color Harmonies of #F15DB7
Complementary color
Monochromatic Colors of #F15DB7
Black with #F15DB7
Text Example
Text Example
White with #F15DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DB7; }
p { color: rgb(241,93,183); }
H1.HeaderClassName
{
color: #F15DB7;
}
.AnyTagClassName
{
color: #F15DB7;
}
</style>
background-color css
<style>
a { background-color: #F15DB7; }
a { background-color: rgb(241,93,183); }
div.DivClassName
{
background-color: #F15DB7;
}
.BgClassName
{
background-color: #F15DB7;
}
</style>
border-color css
<style>
span { border-color: #F15DB7; }
span { border-color: rgb(241,93,183); }
td.TdClassName
{
border-color: #F15DB7;
}
.TagClassName
{
border-color: #F15DB7;
}
</style>