Shades of Hot Pink #F264AC
Tints of Hot Pink #F264AC
RGB
CMYK
RGB Variations
Color information
#F264AC (or 0xF264AC) is known color: Hot Pink. HEX triplet: F2, 64 and AC. RGB value is (242,100,172). Sum of RGB (Red+Green+Blue) = 242+100+172=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F264AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F264AC is #0D9B53. Grayscale: #969696. Windows color (decimal): -891732 or 11298034. OLE color: 11298034.
HSL color Cylindrical-coordinate representation of color #F264AC: hue angle of 329.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264AC is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 172 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.05 |
| HSL | 329.58º | 0.85% | 0.67% | - |
| HSV(B) | 329.58º | 0.59% | 0.95% | - |
| XYZ | 48.62 | 30.97 | 42.44 | - |
| YUV | 150.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 172 | 0 | 0.59 | 0.29 | 0.05 | 329.58 | 0.85 | 0.67 |
| Hex | F2 | 64 | AC | 0 | 3B | 1D | 5 | 14A | 55 | 43 |
| Octal | 362 | 144 | 254 | 0 | 73 | 35 | 5 | 512 | 125 | 103 |
| Binary | 11110010 | 1100100 | 10101100 | 0 | 111011 | 11101 | 101 | 101001010 | 1010101 | 1000011 |
Color Harmonies of #F264AC
Complementary color
Monochromatic Colors of #F264AC
Black with #F264AC
Text Example
Text Example
White with #F264AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264AC; }
p { color: rgb(242,100,172); }
H1.HeaderClassName
{
color: #F264AC;
}
.AnyTagClassName
{
color: #F264AC;
}
</style>
background-color css
<style>
a { background-color: #F264AC; }
a { background-color: rgb(242,100,172); }
div.DivClassName
{
background-color: #F264AC;
}
.BgClassName
{
background-color: #F264AC;
}
</style>
border-color css
<style>
span { border-color: #F264AC; }
span { border-color: rgb(242,100,172); }
td.TdClassName
{
border-color: #F264AC;
}
.TagClassName
{
border-color: #F264AC;
}
</style>