Shades of Hot Pink #F75DB5
Tints of Hot Pink #F75DB5
RGB
CMYK
RGB Variations
Color information
#F75DB5 (or 0xF75DB5) is known color: Hot Pink. HEX triplet: F7, 5D and B5. RGB value is (247,93,181). Sum of RGB (Red+Green+Blue) = 247+93+181=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DB5 is #08A24A. Grayscale: #949494. Windows color (decimal): -565835 or 11886071. OLE color: 11886071.
HSL color Cylindrical-coordinate representation of color #F75DB5: hue angle of 325.71º 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 #F75DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 181 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.03 |
| HSL | 325.71º | 0.91% | 0.67% | - |
| HSV(B) | 325.71º | 0.62% | 0.97% | - |
| XYZ | 50.61 | 30.94 | 47.02 | - |
| YUV | 149.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 181 | 0 | 0.62 | 0.27 | 0.03 | 325.71 | 0.91 | 0.67 |
| Hex | F7 | 5D | B5 | 0 | 3E | 1B | 3 | 146 | 5B | 43 |
| Octal | 367 | 135 | 265 | 0 | 76 | 33 | 3 | 506 | 133 | 103 |
| Binary | 11110111 | 1011101 | 10110101 | 0 | 111110 | 11011 | 11 | 101000110 | 1011011 | 1000011 |
Color Harmonies of #F75DB5
Complementary color
Monochromatic Colors of #F75DB5
Black with #F75DB5
Text Example
Text Example
White with #F75DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75DB5; }
p { color: rgb(247,93,181); }
H1.HeaderClassName
{
color: #F75DB5;
}
.AnyTagClassName
{
color: #F75DB5;
}
</style>
background-color css
<style>
a { background-color: #F75DB5; }
a { background-color: rgb(247,93,181); }
div.DivClassName
{
background-color: #F75DB5;
}
.BgClassName
{
background-color: #F75DB5;
}
</style>
border-color css
<style>
span { border-color: #F75DB5; }
span { border-color: rgb(247,93,181); }
td.TdClassName
{
border-color: #F75DB5;
}
.TagClassName
{
border-color: #F75DB5;
}
</style>