Shades of Hot Pink #F75DB2
Tints of Hot Pink #F75DB2
RGB
CMYK
RGB Variations
Color information
#F75DB2 (or 0xF75DB2) is known color: Hot Pink. HEX triplet: F7, 5D and B2. RGB value is (247,93,178). Sum of RGB (Red+Green+Blue) = 247+93+178=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75DB2 is #08A24D. Grayscale: #949494. Windows color (decimal): -565838 or 11689463. OLE color: 11689463.
HSL color Cylindrical-coordinate representation of color #F75DB2: hue angle of 326.88º 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 #F75DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 178 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.03 |
| HSL | 326.88º | 0.91% | 0.67% | - |
| HSV(B) | 326.88º | 0.62% | 0.97% | - |
| XYZ | 50.31 | 30.82 | 45.42 | - |
| YUV | 148.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 178 | 0 | 0.62 | 0.28 | 0.03 | 326.88 | 0.91 | 0.67 |
| Hex | F7 | 5D | B2 | 0 | 3E | 1C | 3 | 147 | 5B | 43 |
| Octal | 367 | 135 | 262 | 0 | 76 | 34 | 3 | 507 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10110010 | 0 | 111110 | 11100 | 11 | 101000111 | 1011011 | 1000011 |
Color Harmonies of #F75DB2
Complementary color
Monochromatic Colors of #F75DB2
Black with #F75DB2
Text Example
Text Example
White with #F75DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DB2; }
p { color: rgb(247,93,178); }
H1.HeaderClassName
{
color: #F75DB2;
}
.AnyTagClassName
{
color: #F75DB2;
}
</style>
background-color css
<style>
a { background-color: #F75DB2; }
a { background-color: rgb(247,93,178); }
div.DivClassName
{
background-color: #F75DB2;
}
.BgClassName
{
background-color: #F75DB2;
}
</style>
border-color css
<style>
span { border-color: #F75DB2; }
span { border-color: rgb(247,93,178); }
td.TdClassName
{
border-color: #F75DB2;
}
.TagClassName
{
border-color: #F75DB2;
}
</style>