Shades of Hot Pink #F464AF
Tints of Hot Pink #F464AF
RGB
CMYK
RGB Variations
Color information
#F464AF (or 0xF464AF) is known color: Hot Pink. HEX triplet: F4, 64 and AF. RGB value is (244,100,175). Sum of RGB (Red+Green+Blue) = 244+100+175=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F464AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F464AF is #0B9B50. Grayscale: #979797. Windows color (decimal): -760657 or 11494644. OLE color: 11494644.
HSL color Cylindrical-coordinate representation of color #F464AF: hue angle of 328.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464AF is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 175 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.04 |
| HSL | 328.75º | 0.87% | 0.67% | - |
| HSV(B) | 328.75º | 0.59% | 0.96% | - |
| XYZ | 49.6 | 31.44 | 44.01 | - |
| YUV | 151.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 175 | 0 | 0.59 | 0.28 | 0.04 | 328.75 | 0.87 | 0.67 |
| Hex | F4 | 64 | AF | 0 | 3B | 1C | 4 | 149 | 57 | 43 |
| Octal | 364 | 144 | 257 | 0 | 73 | 34 | 4 | 511 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10101111 | 0 | 111011 | 11100 | 100 | 101001001 | 1010111 | 1000011 |
Color Harmonies of #F464AF
Complementary color
Monochromatic Colors of #F464AF
Black with #F464AF
Text Example
Text Example
White with #F464AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464AF; }
p { color: rgb(244,100,175); }
H1.HeaderClassName
{
color: #F464AF;
}
.AnyTagClassName
{
color: #F464AF;
}
</style>
background-color css
<style>
a { background-color: #F464AF; }
a { background-color: rgb(244,100,175); }
div.DivClassName
{
background-color: #F464AF;
}
.BgClassName
{
background-color: #F464AF;
}
</style>
border-color css
<style>
span { border-color: #F464AF; }
span { border-color: rgb(244,100,175); }
td.TdClassName
{
border-color: #F464AF;
}
.TagClassName
{
border-color: #F464AF;
}
</style>