Shades of Hot Pink #F55DAF
Tints of Hot Pink #F55DAF
RGB
CMYK
RGB Variations
Color information
#F55DAF (or 0xF55DAF) is known color: Hot Pink. HEX triplet: F5, 5D and AF. RGB value is (245,93,175). Sum of RGB (Red+Green+Blue) = 245+93+175=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DAF is #0AA250. Grayscale: #939393. Windows color (decimal): -696913 or 11492853. OLE color: 11492853.
HSL color Cylindrical-coordinate representation of color #F55DAF: hue angle of 327.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DAF is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 175 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.04 |
| HSL | 327.63º | 0.88% | 0.66% | - |
| HSV(B) | 327.63º | 0.62% | 0.96% | - |
| XYZ | 49.31 | 30.34 | 43.81 | - |
| YUV | 147.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 175 | 0 | 0.62 | 0.29 | 0.04 | 327.63 | 0.88 | 0.66 |
| Hex | F5 | 5D | AF | 0 | 3E | 1D | 4 | 148 | 58 | 42 |
| Octal | 365 | 135 | 257 | 0 | 76 | 35 | 4 | 510 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10101111 | 0 | 111110 | 11101 | 100 | 101001000 | 1011000 | 1000010 |
Color Harmonies of #F55DAF
Complementary color
Monochromatic Colors of #F55DAF
Black with #F55DAF
Text Example
Text Example
White with #F55DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DAF; }
p { color: rgb(245,93,175); }
H1.HeaderClassName
{
color: #F55DAF;
}
.AnyTagClassName
{
color: #F55DAF;
}
</style>
background-color css
<style>
a { background-color: #F55DAF; }
a { background-color: rgb(245,93,175); }
div.DivClassName
{
background-color: #F55DAF;
}
.BgClassName
{
background-color: #F55DAF;
}
</style>
border-color css
<style>
span { border-color: #F55DAF; }
span { border-color: rgb(245,93,175); }
td.TdClassName
{
border-color: #F55DAF;
}
.TagClassName
{
border-color: #F55DAF;
}
</style>