Shades of Hot Pink #F15DB1
Tints of Hot Pink #F15DB1
RGB
CMYK
RGB Variations
Color information
#F15DB1 (or 0xF15DB1) is known color: Hot Pink. HEX triplet: F1, 5D and B1. RGB value is (241,93,177). Sum of RGB (Red+Green+Blue) = 241+93+177=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DB1 is #0EA24E. Grayscale: #929292. Windows color (decimal): -959055 or 11623921. OLE color: 11623921.
HSL color Cylindrical-coordinate representation of color #F15DB1: hue angle of 325.95º 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 #F15DB1 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 177 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.05 |
| HSL | 325.95º | 0.84% | 0.65% | - |
| HSV(B) | 325.95º | 0.61% | 0.95% | - |
| XYZ | 48.13 | 29.7 | 44.79 | - |
| YUV | 146.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 177 | 0 | 0.61 | 0.27 | 0.05 | 325.95 | 0.84 | 0.65 |
| Hex | F1 | 5D | B1 | 0 | 3D | 1B | 5 | 146 | 54 | 41 |
| Octal | 361 | 135 | 261 | 0 | 75 | 33 | 5 | 506 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10110001 | 0 | 111101 | 11011 | 101 | 101000110 | 1010100 | 1000001 |
Color Harmonies of #F15DB1
Complementary color
Monochromatic Colors of #F15DB1
Black with #F15DB1
Text Example
Text Example
White with #F15DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DB1; }
p { color: rgb(241,93,177); }
H1.HeaderClassName
{
color: #F15DB1;
}
.AnyTagClassName
{
color: #F15DB1;
}
</style>
background-color css
<style>
a { background-color: #F15DB1; }
a { background-color: rgb(241,93,177); }
div.DivClassName
{
background-color: #F15DB1;
}
.BgClassName
{
background-color: #F15DB1;
}
</style>
border-color css
<style>
span { border-color: #F15DB1; }
span { border-color: rgb(241,93,177); }
td.TdClassName
{
border-color: #F15DB1;
}
.TagClassName
{
border-color: #F15DB1;
}
</style>