Shades of Magenta #F701FB
Tints of Magenta #F701FB
RGB
CMYK
RGB Variations
Color information
#F701FB (or 0xF701FB) is known color: Magenta. HEX triplet: F7, 01 and FB. RGB value is (247,1,251). Sum of RGB (Red+Green+Blue) = 247+1+251=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #F701FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FB is #08FE04. Grayscale: #666666. Windows color (decimal): -589317 or 16450039. OLE color: 16450039.
HSL color Cylindrical-coordinate representation of color #F701FB: hue angle of 299.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701FB is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 1 | 251 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.02 |
| HSL | 299.04º | 0.99% | 0.49% | - |
| HSV(B) | 299.04º | 1% | 0.98% | - |
| XYZ | 55.78 | 26.76 | 93.49 | - |
| YUV | 103.05 | 211.5 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 251 | 0.02 | 1.00 | 0 | 0.02 | 299.04 | 0.99 | 0.49 |
| Hex | F7 | 1 | FB | 2 | 64 | 0 | 2 | 12B | 63 | 31 |
| Octal | 367 | 1 | 373 | 2 | 144 | 0 | 2 | 453 | 143 | 61 |
| Binary | 11110111 | 1 | 11111011 | 10 | 1100100 | 0 | 10 | 100101011 | 1100011 | 110001 |
Color Harmonies of #F701FB
Complementary color
Monochromatic Colors of #F701FB
Black with #F701FB
Text Example
Text Example
White with #F701FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701FB; }
p { color: rgb(247,1,251); }
H1.HeaderClassName
{
color: #F701FB;
}
.AnyTagClassName
{
color: #F701FB;
}
</style>
background-color css
<style>
a { background-color: #F701FB; }
a { background-color: rgb(247,1,251); }
div.DivClassName
{
background-color: #F701FB;
}
.BgClassName
{
background-color: #F701FB;
}
</style>
border-color css
<style>
span { border-color: #F701FB; }
span { border-color: rgb(247,1,251); }
td.TdClassName
{
border-color: #F701FB;
}
.TagClassName
{
border-color: #F701FB;
}
</style>