Shades of Hot Pink #F56BAE
Tints of Hot Pink #F56BAE
RGB
CMYK
RGB Variations
Color information
#F56BAE (or 0xF56BAE) is known color: Hot Pink. HEX triplet: F5, 6B and AE. RGB value is (245,107,174). Sum of RGB (Red+Green+Blue) = 245+107+174=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BAE is #0A9451. Grayscale: #9B9B9B. Windows color (decimal): -693330 or 11430901. OLE color: 11430901.
HSL color Cylindrical-coordinate representation of color #F56BAE: hue angle of 330.87º 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 #F56BAE is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 174 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.04 |
| HSL | 330.87º | 0.87% | 0.69% | - |
| HSV(B) | 330.87º | 0.56% | 0.96% | - |
| XYZ | 50.55 | 32.98 | 43.75 | - |
| YUV | 155.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 174 | 0 | 0.56 | 0.29 | 0.04 | 330.87 | 0.87 | 0.69 |
| Hex | F5 | 6B | AE | 0 | 38 | 1D | 4 | 14B | 57 | 45 |
| Octal | 365 | 153 | 256 | 0 | 70 | 35 | 4 | 513 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10101110 | 0 | 111000 | 11101 | 100 | 101001011 | 1010111 | 1000101 |
Color Harmonies of #F56BAE
Complementary color
Monochromatic Colors of #F56BAE
Black with #F56BAE
Text Example
Text Example
White with #F56BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BAE; }
p { color: rgb(245,107,174); }
H1.HeaderClassName
{
color: #F56BAE;
}
.AnyTagClassName
{
color: #F56BAE;
}
</style>
background-color css
<style>
a { background-color: #F56BAE; }
a { background-color: rgb(245,107,174); }
div.DivClassName
{
background-color: #F56BAE;
}
.BgClassName
{
background-color: #F56BAE;
}
</style>
border-color css
<style>
span { border-color: #F56BAE; }
span { border-color: rgb(245,107,174); }
td.TdClassName
{
border-color: #F56BAE;
}
.TagClassName
{
border-color: #F56BAE;
}
</style>