Shades of Hot Pink #F56BAC
Tints of Hot Pink #F56BAC
RGB
CMYK
RGB Variations
Color information
#F56BAC (or 0xF56BAC) is known color: Hot Pink. HEX triplet: F5, 6B and AC. RGB value is (245,107,172). Sum of RGB (Red+Green+Blue) = 245+107+172=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BAC is #0A9453. Grayscale: #9B9B9B. Windows color (decimal): -693332 or 11299829. OLE color: 11299829.
HSL color Cylindrical-coordinate representation of color #F56BAC: hue angle of 331.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BAC is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 172 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.04 |
| HSL | 331.74º | 0.87% | 0.69% | - |
| HSV(B) | 331.74º | 0.56% | 0.96% | - |
| XYZ | 50.36 | 32.91 | 42.73 | - |
| YUV | 155.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 172 | 0 | 0.56 | 0.30 | 0.04 | 331.74 | 0.87 | 0.69 |
| Hex | F5 | 6B | AC | 0 | 38 | 1E | 4 | 14C | 57 | 45 |
| Octal | 365 | 153 | 254 | 0 | 70 | 36 | 4 | 514 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10101100 | 0 | 111000 | 11110 | 100 | 101001100 | 1010111 | 1000101 |
Color Harmonies of #F56BAC
Complementary color
Monochromatic Colors of #F56BAC
Black with #F56BAC
Text Example
Text Example
White with #F56BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BAC; }
p { color: rgb(245,107,172); }
H1.HeaderClassName
{
color: #F56BAC;
}
.AnyTagClassName
{
color: #F56BAC;
}
</style>
background-color css
<style>
a { background-color: #F56BAC; }
a { background-color: rgb(245,107,172); }
div.DivClassName
{
background-color: #F56BAC;
}
.BgClassName
{
background-color: #F56BAC;
}
</style>
border-color css
<style>
span { border-color: #F56BAC; }
span { border-color: rgb(245,107,172); }
td.TdClassName
{
border-color: #F56BAC;
}
.TagClassName
{
border-color: #F56BAC;
}
</style>