Shades of Hot Pink #F75AB7
Tints of Hot Pink #F75AB7
RGB
CMYK
RGB Variations
Color information
#F75AB7 (or 0xF75AB7) is known color: Hot Pink. HEX triplet: F7, 5A and B7. RGB value is (247,90,183). Sum of RGB (Red+Green+Blue) = 247+90+183=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75AB7 is #08A548. Grayscale: #939393. Windows color (decimal): -566601 or 12016375. OLE color: 12016375.
HSL color Cylindrical-coordinate representation of color #F75AB7: hue angle of 324.46º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 183 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.03 |
| HSL | 324.46º | 0.91% | 0.66% | - |
| HSV(B) | 324.46º | 0.64% | 0.97% | - |
| XYZ | 50.56 | 30.51 | 48.02 | - |
| YUV | 147.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 183 | 0 | 0.64 | 0.26 | 0.03 | 324.46 | 0.91 | 0.66 |
| Hex | F7 | 5A | B7 | 0 | 40 | 1A | 3 | 144 | 5B | 42 |
| Octal | 367 | 132 | 267 | 0 | 100 | 32 | 3 | 504 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10110111 | 0 | 1000000 | 11010 | 11 | 101000100 | 1011011 | 1000010 |
Color Harmonies of #F75AB7
Complementary color
Monochromatic Colors of #F75AB7
Black with #F75AB7
Text Example
Text Example
White with #F75AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75AB7; }
p { color: rgb(247,90,183); }
H1.HeaderClassName
{
color: #F75AB7;
}
.AnyTagClassName
{
color: #F75AB7;
}
</style>
background-color css
<style>
a { background-color: #F75AB7; }
a { background-color: rgb(247,90,183); }
div.DivClassName
{
background-color: #F75AB7;
}
.BgClassName
{
background-color: #F75AB7;
}
</style>
border-color css
<style>
span { border-color: #F75AB7; }
span { border-color: rgb(247,90,183); }
td.TdClassName
{
border-color: #F75AB7;
}
.TagClassName
{
border-color: #F75AB7;
}
</style>