Shades of Hot Pink #F75DB4
Tints of Hot Pink #F75DB4
RGB
CMYK
RGB Variations
Color information
#F75DB4 (or 0xF75DB4) is known color: Hot Pink. HEX triplet: F7, 5D and B4. RGB value is (247,93,180). Sum of RGB (Red+Green+Blue) = 247+93+180=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DB4 is #08A24B. Grayscale: #949494. Windows color (decimal): -565836 or 11820535. OLE color: 11820535.
HSL color Cylindrical-coordinate representation of color #F75DB4: hue angle of 326.1º 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 #F75DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 180 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.03 |
| HSL | 326.1º | 0.91% | 0.67% | - |
| HSV(B) | 326.1º | 0.62% | 0.97% | - |
| XYZ | 50.51 | 30.9 | 46.48 | - |
| YUV | 148.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 180 | 0 | 0.62 | 0.27 | 0.03 | 326.1 | 0.91 | 0.67 |
| Hex | F7 | 5D | B4 | 0 | 3E | 1B | 3 | 146 | 5B | 43 |
| Octal | 367 | 135 | 264 | 0 | 76 | 33 | 3 | 506 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10110100 | 0 | 111110 | 11011 | 11 | 101000110 | 1011011 | 1000011 |
Color Harmonies of #F75DB4
Complementary color
Monochromatic Colors of #F75DB4
Black with #F75DB4
Text Example
Text Example
White with #F75DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DB4; }
p { color: rgb(247,93,180); }
H1.HeaderClassName
{
color: #F75DB4;
}
.AnyTagClassName
{
color: #F75DB4;
}
</style>
background-color css
<style>
a { background-color: #F75DB4; }
a { background-color: rgb(247,93,180); }
div.DivClassName
{
background-color: #F75DB4;
}
.BgClassName
{
background-color: #F75DB4;
}
</style>
border-color css
<style>
span { border-color: #F75DB4; }
span { border-color: rgb(247,93,180); }
td.TdClassName
{
border-color: #F75DB4;
}
.TagClassName
{
border-color: #F75DB4;
}
</style>