Shades of Magenta #F701FD
Tints of Magenta #F701FD
RGB
CMYK
RGB Variations
Color information
#F701FD (or 0xF701FD) is known color: Magenta. HEX triplet: F7, 01 and FD. RGB value is (247,1,253). Sum of RGB (Red+Green+Blue) = 247+1+253=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 1 (0.78% from 255 or 0.20% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F701FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FD is #08FE02. Grayscale: #666666. Windows color (decimal): -589315 or 16581111. OLE color: 16581111.
HSL color Cylindrical-coordinate representation of color #F701FD: hue angle of 298.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701FD is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 1 | 253 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.01 |
| HSL | 298.57º | 0.99% | 0.5% | - |
| HSV(B) | 298.57º | 1% | 0.99% | - |
| XYZ | 56.1 | 26.89 | 95.16 | - |
| YUV | 103.28 | 212.5 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 253 | 0.02 | 1.00 | 0 | 0.01 | 298.57 | 0.99 | 0.5 |
| Hex | F7 | 1 | FD | 2 | 64 | 0 | 1 | 12B | 63 | 32 |
| Octal | 367 | 1 | 375 | 2 | 144 | 0 | 1 | 453 | 143 | 62 |
| Binary | 11110111 | 1 | 11111101 | 10 | 1100100 | 0 | 1 | 100101011 | 1100011 | 110010 |
Color Harmonies of #F701FD
Complementary color
Monochromatic Colors of #F701FD
Black with #F701FD
Text Example
Text Example
White with #F701FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701FD; }
p { color: rgb(247,1,253); }
H1.HeaderClassName
{
color: #F701FD;
}
.AnyTagClassName
{
color: #F701FD;
}
</style>
background-color css
<style>
a { background-color: #F701FD; }
a { background-color: rgb(247,1,253); }
div.DivClassName
{
background-color: #F701FD;
}
.BgClassName
{
background-color: #F701FD;
}
</style>
border-color css
<style>
span { border-color: #F701FD; }
span { border-color: rgb(247,1,253); }
td.TdClassName
{
border-color: #F701FD;
}
.TagClassName
{
border-color: #F701FD;
}
</style>