Shades of Hot Pink #F464AC
Tints of Hot Pink #F464AC
RGB
CMYK
RGB Variations
Color information
#F464AC (or 0xF464AC) is known color: Hot Pink. HEX triplet: F4, 64 and AC. RGB value is (244,100,172). Sum of RGB (Red+Green+Blue) = 244+100+172=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F464AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F464AC is #0B9B53. Grayscale: #979797. Windows color (decimal): -760660 or 11298036. OLE color: 11298036.
HSL color Cylindrical-coordinate representation of color #F464AC: hue angle of 330º 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 #F464AC is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 172 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.04 |
| HSL | 330º | 0.87% | 0.67% | - |
| HSV(B) | 330º | 0.59% | 0.96% | - |
| XYZ | 49.31 | 31.33 | 42.48 | - |
| YUV | 151.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 172 | 0 | 0.59 | 0.30 | 0.04 | 330 | 0.87 | 0.67 |
| Hex | F4 | 64 | AC | 0 | 3B | 1E | 4 | 14A | 57 | 43 |
| Octal | 364 | 144 | 254 | 0 | 73 | 36 | 4 | 512 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10101100 | 0 | 111011 | 11110 | 100 | 101001010 | 1010111 | 1000011 |
Color Harmonies of #F464AC
Complementary color
Monochromatic Colors of #F464AC
Black with #F464AC
Text Example
Text Example
White with #F464AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464AC; }
p { color: rgb(244,100,172); }
H1.HeaderClassName
{
color: #F464AC;
}
.AnyTagClassName
{
color: #F464AC;
}
</style>
background-color css
<style>
a { background-color: #F464AC; }
a { background-color: rgb(244,100,172); }
div.DivClassName
{
background-color: #F464AC;
}
.BgClassName
{
background-color: #F464AC;
}
</style>
border-color css
<style>
span { border-color: #F464AC; }
span { border-color: rgb(244,100,172); }
td.TdClassName
{
border-color: #F464AC;
}
.TagClassName
{
border-color: #F464AC;
}
</style>