Shades of Hot Pink #F574AF
Tints of Hot Pink #F574AF
RGB
CMYK
RGB Variations
Color information
#F574AF (or 0xF574AF) is known color: Hot Pink. HEX triplet: F5, 74 and AF. RGB value is (245,116,175). Sum of RGB (Red+Green+Blue) = 245+116+175=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F574AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F574AF is #0A8B50. Grayscale: #A1A1A1. Windows color (decimal): -691025 or 11498741. OLE color: 11498741.
HSL color Cylindrical-coordinate representation of color #F574AF: hue angle of 332.56º 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 #F574AF is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 175 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.04 |
| HSL | 332.56º | 0.87% | 0.71% | - |
| HSV(B) | 332.56º | 0.53% | 0.96% | - |
| XYZ | 51.64 | 35 | 44.59 | - |
| YUV | 161.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 175 | 0 | 0.53 | 0.29 | 0.04 | 332.56 | 0.87 | 0.71 |
| Hex | F5 | 74 | AF | 0 | 35 | 1D | 4 | 14D | 57 | 47 |
| Octal | 365 | 164 | 257 | 0 | 65 | 35 | 4 | 515 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10101111 | 0 | 110101 | 11101 | 100 | 101001101 | 1010111 | 1000111 |
Color Harmonies of #F574AF
Complementary color
Monochromatic Colors of #F574AF
Black with #F574AF
Text Example
Text Example
White with #F574AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574AF; }
p { color: rgb(245,116,175); }
H1.HeaderClassName
{
color: #F574AF;
}
.AnyTagClassName
{
color: #F574AF;
}
</style>
background-color css
<style>
a { background-color: #F574AF; }
a { background-color: rgb(245,116,175); }
div.DivClassName
{
background-color: #F574AF;
}
.BgClassName
{
background-color: #F574AF;
}
</style>
border-color css
<style>
span { border-color: #F574AF; }
span { border-color: rgb(245,116,175); }
td.TdClassName
{
border-color: #F574AF;
}
.TagClassName
{
border-color: #F574AF;
}
</style>