Shades of Hot Pink #F55FB6
Tints of Hot Pink #F55FB6
RGB
CMYK
RGB Variations
Color information
#F55FB6 (or 0xF55FB6) is known color: Hot Pink. HEX triplet: F5, 5F and B6. RGB value is (245,95,182). Sum of RGB (Red+Green+Blue) = 245+95+182=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FB6 is #0AA049. Grayscale: #959595. Windows color (decimal): -696394 or 11952117. OLE color: 11952117.
HSL color Cylindrical-coordinate representation of color #F55FB6: hue angle of 325.2º 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 #F55FB6 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 182 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.04 |
| HSL | 325.2º | 0.88% | 0.67% | - |
| HSV(B) | 325.2º | 0.61% | 0.96% | - |
| XYZ | 50.19 | 30.97 | 47.59 | - |
| YUV | 149.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 182 | 0 | 0.61 | 0.26 | 0.04 | 325.2 | 0.88 | 0.67 |
| Hex | F5 | 5F | B6 | 0 | 3D | 1A | 4 | 145 | 58 | 43 |
| Octal | 365 | 137 | 266 | 0 | 75 | 32 | 4 | 505 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10110110 | 0 | 111101 | 11010 | 100 | 101000101 | 1011000 | 1000011 |
Color Harmonies of #F55FB6
Complementary color
Monochromatic Colors of #F55FB6
Black with #F55FB6
Text Example
Text Example
White with #F55FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FB6; }
p { color: rgb(245,95,182); }
H1.HeaderClassName
{
color: #F55FB6;
}
.AnyTagClassName
{
color: #F55FB6;
}
</style>
background-color css
<style>
a { background-color: #F55FB6; }
a { background-color: rgb(245,95,182); }
div.DivClassName
{
background-color: #F55FB6;
}
.BgClassName
{
background-color: #F55FB6;
}
</style>
border-color css
<style>
span { border-color: #F55FB6; }
span { border-color: rgb(245,95,182); }
td.TdClassName
{
border-color: #F55FB6;
}
.TagClassName
{
border-color: #F55FB6;
}
</style>