Shades of Hot Pink #F55FBC
Tints of Hot Pink #F55FBC
RGB
CMYK
RGB Variations
Color information
#F55FBC (or 0xF55FBC) is known color: Hot Pink. HEX triplet: F5, 5F and BC. RGB value is (245,95,188). Sum of RGB (Red+Green+Blue) = 245+95+188=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FBC is #0AA043. Grayscale: #969696. Windows color (decimal): -696388 or 12345333. OLE color: 12345333.
HSL color Cylindrical-coordinate representation of color #F55FBC: hue angle of 322.8º 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 #F55FBC is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 188 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.04 |
| HSL | 322.8º | 0.88% | 0.67% | - |
| HSV(B) | 322.8º | 0.61% | 0.96% | - |
| XYZ | 50.83 | 31.23 | 50.93 | - |
| YUV | 150.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 188 | 0 | 0.61 | 0.23 | 0.04 | 322.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | BC | 0 | 3D | 17 | 4 | 143 | 58 | 43 |
| Octal | 365 | 137 | 274 | 0 | 75 | 27 | 4 | 503 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10111100 | 0 | 111101 | 10111 | 100 | 101000011 | 1011000 | 1000011 |
Color Harmonies of #F55FBC
Complementary color
Monochromatic Colors of #F55FBC
Black with #F55FBC
Text Example
Text Example
White with #F55FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FBC; }
p { color: rgb(245,95,188); }
H1.HeaderClassName
{
color: #F55FBC;
}
.AnyTagClassName
{
color: #F55FBC;
}
</style>
background-color css
<style>
a { background-color: #F55FBC; }
a { background-color: rgb(245,95,188); }
div.DivClassName
{
background-color: #F55FBC;
}
.BgClassName
{
background-color: #F55FBC;
}
</style>
border-color css
<style>
span { border-color: #F55FBC; }
span { border-color: rgb(245,95,188); }
td.TdClassName
{
border-color: #F55FBC;
}
.TagClassName
{
border-color: #F55FBC;
}
</style>