Shades of Hot Pink #F15DB6
Tints of Hot Pink #F15DB6
RGB
CMYK
RGB Variations
Color information
#F15DB6 (or 0xF15DB6) is known color: Hot Pink. HEX triplet: F1, 5D and B6. RGB value is (241,93,182). Sum of RGB (Red+Green+Blue) = 241+93+182=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB6 is #0EA249. Grayscale: #939393. Windows color (decimal): -959050 or 11951601. OLE color: 11951601.
HSL color Cylindrical-coordinate representation of color #F15DB6: hue angle of 323.92º 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 #F15DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 182 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.05 |
| HSL | 323.92º | 0.84% | 0.65% | - |
| HSV(B) | 323.92º | 0.61% | 0.95% | - |
| XYZ | 48.63 | 29.91 | 47.47 | - |
| YUV | 147.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 182 | 0 | 0.61 | 0.24 | 0.05 | 323.92 | 0.84 | 0.65 |
| Hex | F1 | 5D | B6 | 0 | 3D | 18 | 5 | 144 | 54 | 41 |
| Octal | 361 | 135 | 266 | 0 | 75 | 30 | 5 | 504 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10110110 | 0 | 111101 | 11000 | 101 | 101000100 | 1010100 | 1000001 |
Color Harmonies of #F15DB6
Complementary color
Monochromatic Colors of #F15DB6
Black with #F15DB6
Text Example
Text Example
White with #F15DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DB6; }
p { color: rgb(241,93,182); }
H1.HeaderClassName
{
color: #F15DB6;
}
.AnyTagClassName
{
color: #F15DB6;
}
</style>
background-color css
<style>
a { background-color: #F15DB6; }
a { background-color: rgb(241,93,182); }
div.DivClassName
{
background-color: #F15DB6;
}
.BgClassName
{
background-color: #F15DB6;
}
</style>
border-color css
<style>
span { border-color: #F15DB6; }
span { border-color: rgb(241,93,182); }
td.TdClassName
{
border-color: #F15DB6;
}
.TagClassName
{
border-color: #F15DB6;
}
</style>