Shades of Hot Pink #F75DB8
Tints of Hot Pink #F75DB8
RGB
CMYK
RGB Variations
Color information
#F75DB8 (or 0xF75DB8) is known color: Hot Pink. HEX triplet: F7, 5D and B8. RGB value is (247,93,184). Sum of RGB (Red+Green+Blue) = 247+93+184=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DB8 is #08A247. Grayscale: #959595. Windows color (decimal): -565832 or 12082679. OLE color: 12082679.
HSL color Cylindrical-coordinate representation of color #F75DB8: hue angle of 324.55º 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 #F75DB8 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 184 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.03 |
| HSL | 324.55º | 0.91% | 0.67% | - |
| HSV(B) | 324.55º | 0.62% | 0.97% | - |
| XYZ | 50.92 | 31.06 | 48.66 | - |
| YUV | 149.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 184 | 0 | 0.62 | 0.26 | 0.03 | 324.55 | 0.91 | 0.67 |
| Hex | F7 | 5D | B8 | 0 | 3E | 1A | 3 | 145 | 5B | 43 |
| Octal | 367 | 135 | 270 | 0 | 76 | 32 | 3 | 505 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10111000 | 0 | 111110 | 11010 | 11 | 101000101 | 1011011 | 1000011 |
Color Harmonies of #F75DB8
Complementary color
Monochromatic Colors of #F75DB8
Black with #F75DB8
Text Example
Text Example
White with #F75DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DB8; }
p { color: rgb(247,93,184); }
H1.HeaderClassName
{
color: #F75DB8;
}
.AnyTagClassName
{
color: #F75DB8;
}
</style>
background-color css
<style>
a { background-color: #F75DB8; }
a { background-color: rgb(247,93,184); }
div.DivClassName
{
background-color: #F75DB8;
}
.BgClassName
{
background-color: #F75DB8;
}
</style>
border-color css
<style>
span { border-color: #F75DB8; }
span { border-color: rgb(247,93,184); }
td.TdClassName
{
border-color: #F75DB8;
}
.TagClassName
{
border-color: #F75DB8;
}
</style>