Shades of Hot Pink #F75ABA
Tints of Hot Pink #F75ABA
RGB
CMYK
RGB Variations
Color information
#F75ABA (or 0xF75ABA) is known color: Hot Pink. HEX triplet: F7, 5A and BA. RGB value is (247,90,186). Sum of RGB (Red+Green+Blue) = 247+90+186=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ABA is #08A545. Grayscale: #939393. Windows color (decimal): -566598 or 12212983. OLE color: 12212983.
HSL color Cylindrical-coordinate representation of color #F75ABA: hue angle of 323.31º 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 #F75ABA is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 186 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.03 |
| HSL | 323.31º | 0.91% | 0.66% | - |
| HSV(B) | 323.31º | 0.64% | 0.97% | - |
| XYZ | 50.88 | 30.63 | 49.69 | - |
| YUV | 147.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 186 | 0 | 0.64 | 0.25 | 0.03 | 323.31 | 0.91 | 0.66 |
| Hex | F7 | 5A | BA | 0 | 40 | 19 | 3 | 143 | 5B | 42 |
| Octal | 367 | 132 | 272 | 0 | 100 | 31 | 3 | 503 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10111010 | 0 | 1000000 | 11001 | 11 | 101000011 | 1011011 | 1000010 |
Color Harmonies of #F75ABA
Complementary color
Monochromatic Colors of #F75ABA
Black with #F75ABA
Text Example
Text Example
White with #F75ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75ABA; }
p { color: rgb(247,90,186); }
H1.HeaderClassName
{
color: #F75ABA;
}
.AnyTagClassName
{
color: #F75ABA;
}
</style>
background-color css
<style>
a { background-color: #F75ABA; }
a { background-color: rgb(247,90,186); }
div.DivClassName
{
background-color: #F75ABA;
}
.BgClassName
{
background-color: #F75ABA;
}
</style>
border-color css
<style>
span { border-color: #F75ABA; }
span { border-color: rgb(247,90,186); }
td.TdClassName
{
border-color: #F75ABA;
}
.TagClassName
{
border-color: #F75ABA;
}
</style>