Shades of Hot Pink #F56ABC
Tints of Hot Pink #F56ABC
RGB
CMYK
RGB Variations
Color information
#F56ABC (or 0xF56ABC) is known color: Hot Pink. HEX triplet: F5, 6A and BC. RGB value is (245,106,188). Sum of RGB (Red+Green+Blue) = 245+106+188=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ABC is #0A9543. Grayscale: #9C9C9C. Windows color (decimal): -693572 or 12348149. OLE color: 12348149.
HSL color Cylindrical-coordinate representation of color #F56ABC: hue angle of 324.6º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56ABC is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 188 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.04 |
| HSL | 324.6º | 0.87% | 0.69% | - |
| HSV(B) | 324.6º | 0.57% | 0.96% | - |
| XYZ | 51.89 | 33.35 | 51.28 | - |
| YUV | 156.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 188 | 0 | 0.57 | 0.23 | 0.04 | 324.6 | 0.87 | 0.69 |
| Hex | F5 | 6A | BC | 0 | 39 | 17 | 4 | 145 | 57 | 45 |
| Octal | 365 | 152 | 274 | 0 | 71 | 27 | 4 | 505 | 127 | 105 |
| Binary | 11110101 | 1101010 | 10111100 | 0 | 111001 | 10111 | 100 | 101000101 | 1010111 | 1000101 |
Color Harmonies of #F56ABC
Complementary color
Monochromatic Colors of #F56ABC
Black with #F56ABC
Text Example
Text Example
White with #F56ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ABC; }
p { color: rgb(245,106,188); }
H1.HeaderClassName
{
color: #F56ABC;
}
.AnyTagClassName
{
color: #F56ABC;
}
</style>
background-color css
<style>
a { background-color: #F56ABC; }
a { background-color: rgb(245,106,188); }
div.DivClassName
{
background-color: #F56ABC;
}
.BgClassName
{
background-color: #F56ABC;
}
</style>
border-color css
<style>
span { border-color: #F56ABC; }
span { border-color: rgb(245,106,188); }
td.TdClassName
{
border-color: #F56ABC;
}
.TagClassName
{
border-color: #F56ABC;
}
</style>