Shades of Hot Pink #F75ABC
Tints of Hot Pink #F75ABC
RGB
CMYK
RGB Variations
Color information
#F75ABC (or 0xF75ABC) is known color: Hot Pink. HEX triplet: F7, 5A and BC. RGB value is (247,90,188). Sum of RGB (Red+Green+Blue) = 247+90+188=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ABC is #08A543. Grayscale: #939393. Windows color (decimal): -566596 or 12344055. OLE color: 12344055.
HSL color Cylindrical-coordinate representation of color #F75ABC: hue angle of 322.55º 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 #F75ABC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 188 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.03 |
| HSL | 322.55º | 0.91% | 0.66% | - |
| HSV(B) | 322.55º | 0.64% | 0.97% | - |
| XYZ | 51.09 | 30.72 | 50.81 | - |
| YUV | 148.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 188 | 0 | 0.64 | 0.24 | 0.03 | 322.55 | 0.91 | 0.66 |
| Hex | F7 | 5A | BC | 0 | 40 | 18 | 3 | 143 | 5B | 42 |
| Octal | 367 | 132 | 274 | 0 | 100 | 30 | 3 | 503 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10111100 | 0 | 1000000 | 11000 | 11 | 101000011 | 1011011 | 1000010 |
Color Harmonies of #F75ABC
Complementary color
Monochromatic Colors of #F75ABC
Black with #F75ABC
Text Example
Text Example
White with #F75ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ABC; }
p { color: rgb(247,90,188); }
H1.HeaderClassName
{
color: #F75ABC;
}
.AnyTagClassName
{
color: #F75ABC;
}
</style>
background-color css
<style>
a { background-color: #F75ABC; }
a { background-color: rgb(247,90,188); }
div.DivClassName
{
background-color: #F75ABC;
}
.BgClassName
{
background-color: #F75ABC;
}
</style>
border-color css
<style>
span { border-color: #F75ABC; }
span { border-color: rgb(247,90,188); }
td.TdClassName
{
border-color: #F75ABC;
}
.TagClassName
{
border-color: #F75ABC;
}
</style>