Shades of Hot Pink #F15DBB
Tints of Hot Pink #F15DBB
RGB
CMYK
RGB Variations
Color information
#F15DBB (or 0xF15DBB) is known color: Hot Pink. HEX triplet: F1, 5D and BB. RGB value is (241,93,187). Sum of RGB (Red+Green+Blue) = 241+93+187=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DBB is #0EA244. Grayscale: #939393. Windows color (decimal): -959045 or 12279281. OLE color: 12279281.
HSL color Cylindrical-coordinate representation of color #F15DBB: hue angle of 321.89º 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 #F15DBB is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 187 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.05 |
| HSL | 321.89º | 0.84% | 0.65% | - |
| HSV(B) | 321.89º | 0.61% | 0.95% | - |
| XYZ | 49.16 | 30.12 | 50.24 | - |
| YUV | 147.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 187 | 0 | 0.61 | 0.22 | 0.05 | 321.89 | 0.84 | 0.65 |
| Hex | F1 | 5D | BB | 0 | 3D | 16 | 5 | 142 | 54 | 41 |
| Octal | 361 | 135 | 273 | 0 | 75 | 26 | 5 | 502 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10111011 | 0 | 111101 | 10110 | 101 | 101000010 | 1010100 | 1000001 |
Color Harmonies of #F15DBB
Complementary color
Monochromatic Colors of #F15DBB
Black with #F15DBB
Text Example
Text Example
White with #F15DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DBB; }
p { color: rgb(241,93,187); }
H1.HeaderClassName
{
color: #F15DBB;
}
.AnyTagClassName
{
color: #F15DBB;
}
</style>
background-color css
<style>
a { background-color: #F15DBB; }
a { background-color: rgb(241,93,187); }
div.DivClassName
{
background-color: #F15DBB;
}
.BgClassName
{
background-color: #F15DBB;
}
</style>
border-color css
<style>
span { border-color: #F15DBB; }
span { border-color: rgb(241,93,187); }
td.TdClassName
{
border-color: #F15DBB;
}
.TagClassName
{
border-color: #F15DBB;
}
</style>