Shades of Hot Magenta #F701D4
Tints of Hot Magenta #F701D4
RGB
CMYK
RGB Variations
Color information
#F701D4 (or 0xF701D4) is known color: Hot Magenta. HEX triplet: F7, 01 and D4. RGB value is (247,1,212). Sum of RGB (Red+Green+Blue) = 247+1+212=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F701D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701D4 is #08FE2B. Grayscale: #626262. Windows color (decimal): -589356 or 13894135. OLE color: 13894135.
HSL color Cylindrical-coordinate representation of color #F701D4: hue angle of 308.54º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701D4 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.03 |
| HSL | 308.54º | 0.99% | 0.49% | - |
| HSV(B) | 308.54º | 1% | 0.97% | - |
| XYZ | 50.25 | 24.55 | 64.38 | - |
| YUV | 98.61 | 192 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 212 | 0 | 1.00 | 0.14 | 0.03 | 308.54 | 0.99 | 0.49 |
| Hex | F7 | 1 | D4 | 0 | 64 | E | 3 | 135 | 63 | 31 |
| Octal | 367 | 1 | 324 | 0 | 144 | 16 | 3 | 465 | 143 | 61 |
| Binary | 11110111 | 1 | 11010100 | 0 | 1100100 | 1110 | 11 | 100110101 | 1100011 | 110001 |
Color Harmonies of #F701D4
Complementary color
Monochromatic Colors of #F701D4
Black with #F701D4
Text Example
Text Example
White with #F701D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701D4; }
p { color: rgb(247,1,212); }
H1.HeaderClassName
{
color: #F701D4;
}
.AnyTagClassName
{
color: #F701D4;
}
</style>
background-color css
<style>
a { background-color: #F701D4; }
a { background-color: rgb(247,1,212); }
div.DivClassName
{
background-color: #F701D4;
}
.BgClassName
{
background-color: #F701D4;
}
</style>
border-color css
<style>
span { border-color: #F701D4; }
span { border-color: rgb(247,1,212); }
td.TdClassName
{
border-color: #F701D4;
}
.TagClassName
{
border-color: #F701D4;
}
</style>