Shades of Hot Pink #F55CB0
Tints of Hot Pink #F55CB0
RGB
CMYK
RGB Variations
Color information
#F55CB0 (or 0xF55CB0) is known color: Hot Pink. HEX triplet: F5, 5C and B0. RGB value is (245,92,176). Sum of RGB (Red+Green+Blue) = 245+92+176=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55CB0 is #0AA34F. Grayscale: #939393. Windows color (decimal): -697168 or 11558133. OLE color: 11558133.
HSL color Cylindrical-coordinate representation of color #F55CB0: hue angle of 327.06º 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 #F55CB0 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 176 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.04 |
| HSL | 327.06º | 0.88% | 0.66% | - |
| HSV(B) | 327.06º | 0.62% | 0.96% | - |
| XYZ | 49.32 | 30.2 | 44.3 | - |
| YUV | 147.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 176 | 0 | 0.62 | 0.28 | 0.04 | 327.06 | 0.88 | 0.66 |
| Hex | F5 | 5C | B0 | 0 | 3E | 1C | 4 | 147 | 58 | 42 |
| Octal | 365 | 134 | 260 | 0 | 76 | 34 | 4 | 507 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10110000 | 0 | 111110 | 11100 | 100 | 101000111 | 1011000 | 1000010 |
Color Harmonies of #F55CB0
Complementary color
Monochromatic Colors of #F55CB0
Black with #F55CB0
Text Example
Text Example
White with #F55CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CB0; }
p { color: rgb(245,92,176); }
H1.HeaderClassName
{
color: #F55CB0;
}
.AnyTagClassName
{
color: #F55CB0;
}
</style>
background-color css
<style>
a { background-color: #F55CB0; }
a { background-color: rgb(245,92,176); }
div.DivClassName
{
background-color: #F55CB0;
}
.BgClassName
{
background-color: #F55CB0;
}
</style>
border-color css
<style>
span { border-color: #F55CB0; }
span { border-color: rgb(245,92,176); }
td.TdClassName
{
border-color: #F55CB0;
}
.TagClassName
{
border-color: #F55CB0;
}
</style>