Shades of Hot Pink #F55FAC
Tints of Hot Pink #F55FAC
RGB
CMYK
RGB Variations
Color information
#F55FAC (or 0xF55FAC) is known color: Hot Pink. HEX triplet: F5, 5F and AC. RGB value is (245,95,172). Sum of RGB (Red+Green+Blue) = 245+95+172=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55FAC is #0AA053. Grayscale: #949494. Windows color (decimal): -696404 or 11296757. OLE color: 11296757.
HSL color Cylindrical-coordinate representation of color #F55FAC: hue angle of 329.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FAC is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 172 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.04 |
| HSL | 329.2º | 0.88% | 0.67% | - |
| HSV(B) | 329.2º | 0.61% | 0.96% | - |
| XYZ | 49.19 | 30.58 | 42.34 | - |
| YUV | 148.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 172 | 0 | 0.61 | 0.30 | 0.04 | 329.2 | 0.88 | 0.67 |
| Hex | F5 | 5F | AC | 0 | 3D | 1E | 4 | 149 | 58 | 43 |
| Octal | 365 | 137 | 254 | 0 | 75 | 36 | 4 | 511 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10101100 | 0 | 111101 | 11110 | 100 | 101001001 | 1011000 | 1000011 |
Color Harmonies of #F55FAC
Complementary color
Monochromatic Colors of #F55FAC
Black with #F55FAC
Text Example
Text Example
White with #F55FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FAC; }
p { color: rgb(245,95,172); }
H1.HeaderClassName
{
color: #F55FAC;
}
.AnyTagClassName
{
color: #F55FAC;
}
</style>
background-color css
<style>
a { background-color: #F55FAC; }
a { background-color: rgb(245,95,172); }
div.DivClassName
{
background-color: #F55FAC;
}
.BgClassName
{
background-color: #F55FAC;
}
</style>
border-color css
<style>
span { border-color: #F55FAC; }
span { border-color: rgb(245,95,172); }
td.TdClassName
{
border-color: #F55FAC;
}
.TagClassName
{
border-color: #F55FAC;
}
</style>