Shades of Hot Pink #F574AB
Tints of Hot Pink #F574AB
RGB
CMYK
RGB Variations
Color information
#F574AB (or 0xF574AB) is known color: Hot Pink. HEX triplet: F5, 74 and AB. RGB value is (245,116,171). Sum of RGB (Red+Green+Blue) = 245+116+171=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F574AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F574AB is #0A8B54. Grayscale: #A0A0A0. Windows color (decimal): -691029 or 11236597. OLE color: 11236597.
HSL color Cylindrical-coordinate representation of color #F574AB: hue angle of 334.42º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574AB is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 171 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.04 |
| HSL | 334.42º | 0.87% | 0.71% | - |
| HSV(B) | 334.42º | 0.53% | 0.96% | - |
| XYZ | 51.25 | 34.84 | 42.55 | - |
| YUV | 160.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 171 | 0 | 0.53 | 0.30 | 0.04 | 334.42 | 0.87 | 0.71 |
| Hex | F5 | 74 | AB | 0 | 35 | 1E | 4 | 14E | 57 | 47 |
| Octal | 365 | 164 | 253 | 0 | 65 | 36 | 4 | 516 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10101011 | 0 | 110101 | 11110 | 100 | 101001110 | 1010111 | 1000111 |
Color Harmonies of #F574AB
Complementary color
Monochromatic Colors of #F574AB
Black with #F574AB
Text Example
Text Example
White with #F574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574AB; }
p { color: rgb(245,116,171); }
H1.HeaderClassName
{
color: #F574AB;
}
.AnyTagClassName
{
color: #F574AB;
}
</style>
background-color css
<style>
a { background-color: #F574AB; }
a { background-color: rgb(245,116,171); }
div.DivClassName
{
background-color: #F574AB;
}
.BgClassName
{
background-color: #F574AB;
}
</style>
border-color css
<style>
span { border-color: #F574AB; }
span { border-color: rgb(245,116,171); }
td.TdClassName
{
border-color: #F574AB;
}
.TagClassName
{
border-color: #F574AB;
}
</style>