Shades of Hot Pink #F55FB0
Tints of Hot Pink #F55FB0
RGB
CMYK
RGB Variations
Color information
#F55FB0 (or 0xF55FB0) is known color: Hot Pink. HEX triplet: F5, 5F and B0. RGB value is (245,95,176). Sum of RGB (Red+Green+Blue) = 245+95+176=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55FB0 is #0AA04F. Grayscale: #949494. Windows color (decimal): -696400 or 11558901. OLE color: 11558901.
HSL color Cylindrical-coordinate representation of color #F55FB0: hue angle of 327.6º 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 #F55FB0 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 176 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.04 |
| HSL | 327.6º | 0.88% | 0.67% | - |
| HSV(B) | 327.6º | 0.61% | 0.96% | - |
| XYZ | 49.58 | 30.73 | 44.39 | - |
| YUV | 149.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 176 | 0 | 0.61 | 0.28 | 0.04 | 327.6 | 0.88 | 0.67 |
| Hex | F5 | 5F | B0 | 0 | 3D | 1C | 4 | 148 | 58 | 43 |
| Octal | 365 | 137 | 260 | 0 | 75 | 34 | 4 | 510 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10110000 | 0 | 111101 | 11100 | 100 | 101001000 | 1011000 | 1000011 |
Color Harmonies of #F55FB0
Complementary color
Monochromatic Colors of #F55FB0
Black with #F55FB0
Text Example
Text Example
White with #F55FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FB0; }
p { color: rgb(245,95,176); }
H1.HeaderClassName
{
color: #F55FB0;
}
.AnyTagClassName
{
color: #F55FB0;
}
</style>
background-color css
<style>
a { background-color: #F55FB0; }
a { background-color: rgb(245,95,176); }
div.DivClassName
{
background-color: #F55FB0;
}
.BgClassName
{
background-color: #F55FB0;
}
</style>
border-color css
<style>
span { border-color: #F55FB0; }
span { border-color: rgb(245,95,176); }
td.TdClassName
{
border-color: #F55FB0;
}
.TagClassName
{
border-color: #F55FB0;
}
</style>