Shades of Hot Pink #F55CBC
Tints of Hot Pink #F55CBC
RGB
CMYK
RGB Variations
Color information
#F55CBC (or 0xF55CBC) is known color: Hot Pink. HEX triplet: F5, 5C and BC. RGB value is (245,92,188). Sum of RGB (Red+Green+Blue) = 245+92+188=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CBC is #0AA343. Grayscale: #949494. Windows color (decimal): -697156 or 12344565. OLE color: 12344565.
HSL color Cylindrical-coordinate representation of color #F55CBC: hue angle of 322.35º 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 #F55CBC is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 188 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.04 |
| HSL | 322.35º | 0.88% | 0.66% | - |
| HSV(B) | 322.35º | 0.62% | 0.96% | - |
| XYZ | 50.56 | 30.7 | 50.84 | - |
| YUV | 148.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 188 | 0 | 0.62 | 0.23 | 0.04 | 322.35 | 0.88 | 0.66 |
| Hex | F5 | 5C | BC | 0 | 3E | 17 | 4 | 142 | 58 | 42 |
| Octal | 365 | 134 | 274 | 0 | 76 | 27 | 4 | 502 | 130 | 102 |
| Binary | 11110101 | 1011100 | 10111100 | 0 | 111110 | 10111 | 100 | 101000010 | 1011000 | 1000010 |
Color Harmonies of #F55CBC
Complementary color
Monochromatic Colors of #F55CBC
Black with #F55CBC
Text Example
Text Example
White with #F55CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CBC; }
p { color: rgb(245,92,188); }
H1.HeaderClassName
{
color: #F55CBC;
}
.AnyTagClassName
{
color: #F55CBC;
}
</style>
background-color css
<style>
a { background-color: #F55CBC; }
a { background-color: rgb(245,92,188); }
div.DivClassName
{
background-color: #F55CBC;
}
.BgClassName
{
background-color: #F55CBC;
}
</style>
border-color css
<style>
span { border-color: #F55CBC; }
span { border-color: rgb(245,92,188); }
td.TdClassName
{
border-color: #F55CBC;
}
.TagClassName
{
border-color: #F55CBC;
}
</style>