Shades of Hot Pink #F15DB3
Tints of Hot Pink #F15DB3
RGB
CMYK
RGB Variations
Color information
#F15DB3 (or 0xF15DB3) is known color: Hot Pink. HEX triplet: F1, 5D and B3. RGB value is (241,93,179). Sum of RGB (Red+Green+Blue) = 241+93+179=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB3 is #0EA24C. Grayscale: #929292. Windows color (decimal): -959053 or 11754993. OLE color: 11754993.
HSL color Cylindrical-coordinate representation of color #F15DB3: hue angle of 325.14º 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 #F15DB3 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 179 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.05 |
| HSL | 325.14º | 0.84% | 0.65% | - |
| HSV(B) | 325.14º | 0.61% | 0.95% | - |
| XYZ | 48.33 | 29.78 | 45.85 | - |
| YUV | 147.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 179 | 0 | 0.61 | 0.26 | 0.05 | 325.14 | 0.84 | 0.65 |
| Hex | F1 | 5D | B3 | 0 | 3D | 1A | 5 | 145 | 54 | 41 |
| Octal | 361 | 135 | 263 | 0 | 75 | 32 | 5 | 505 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10110011 | 0 | 111101 | 11010 | 101 | 101000101 | 1010100 | 1000001 |
Color Harmonies of #F15DB3
Complementary color
Monochromatic Colors of #F15DB3
Black with #F15DB3
Text Example
Text Example
White with #F15DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DB3; }
p { color: rgb(241,93,179); }
H1.HeaderClassName
{
color: #F15DB3;
}
.AnyTagClassName
{
color: #F15DB3;
}
</style>
background-color css
<style>
a { background-color: #F15DB3; }
a { background-color: rgb(241,93,179); }
div.DivClassName
{
background-color: #F15DB3;
}
.BgClassName
{
background-color: #F15DB3;
}
</style>
border-color css
<style>
span { border-color: #F15DB3; }
span { border-color: rgb(241,93,179); }
td.TdClassName
{
border-color: #F15DB3;
}
.TagClassName
{
border-color: #F15DB3;
}
</style>