Shades of Hot Pink #F75DB1
Tints of Hot Pink #F75DB1
RGB
CMYK
RGB Variations
Color information
#F75DB1 (or 0xF75DB1) is known color: Hot Pink. HEX triplet: F7, 5D and B1. RGB value is (247,93,177). Sum of RGB (Red+Green+Blue) = 247+93+177=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75DB1 is #08A24E. Grayscale: #949494. Windows color (decimal): -565839 or 11623927. OLE color: 11623927.
HSL color Cylindrical-coordinate representation of color #F75DB1: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75DB1 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 177 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.03 |
| HSL | 327.27º | 0.91% | 0.67% | - |
| HSV(B) | 327.27º | 0.62% | 0.97% | - |
| XYZ | 50.21 | 30.78 | 44.89 | - |
| YUV | 148.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 177 | 0 | 0.62 | 0.28 | 0.03 | 327.27 | 0.91 | 0.67 |
| Hex | F7 | 5D | B1 | 0 | 3E | 1C | 3 | 147 | 5B | 43 |
| Octal | 367 | 135 | 261 | 0 | 76 | 34 | 3 | 507 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10110001 | 0 | 111110 | 11100 | 11 | 101000111 | 1011011 | 1000011 |
Color Harmonies of #F75DB1
Complementary color
Monochromatic Colors of #F75DB1
Black with #F75DB1
Text Example
Text Example
White with #F75DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DB1; }
p { color: rgb(247,93,177); }
H1.HeaderClassName
{
color: #F75DB1;
}
.AnyTagClassName
{
color: #F75DB1;
}
</style>
background-color css
<style>
a { background-color: #F75DB1; }
a { background-color: rgb(247,93,177); }
div.DivClassName
{
background-color: #F75DB1;
}
.BgClassName
{
background-color: #F75DB1;
}
</style>
border-color css
<style>
span { border-color: #F75DB1; }
span { border-color: rgb(247,93,177); }
td.TdClassName
{
border-color: #F75DB1;
}
.TagClassName
{
border-color: #F75DB1;
}
</style>