Shades of Magenta #F01CFB
Tints of Magenta #F01CFB
RGB
CMYK
RGB Variations
Color information
#F01CFB (or 0xF01CFB) is known color: Magenta. HEX triplet: F0, 1C and FB. RGB value is (240,28,251). Sum of RGB (Red+Green+Blue) = 240+28+251=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #F01CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CFB is #0FE304. Grayscale: #747474. Windows color (decimal): -1041157 or 16456944. OLE color: 16456944.
HSL color Cylindrical-coordinate representation of color #F01CFB: hue angle of 297.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01CFB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 28 | 251 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.02 |
| HSL | 297.04º | 0.97% | 0.55% | - |
| HSV(B) | 297.04º | 0.89% | 0.98% | - |
| XYZ | 53.76 | 26.32 | 93.51 | - |
| YUV | 116.81 | 203.74 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 251 | 0.04 | 0.89 | 0 | 0.02 | 297.04 | 0.97 | 0.55 |
| Hex | F0 | 1C | FB | 4 | 59 | 0 | 2 | 129 | 61 | 37 |
| Octal | 360 | 34 | 373 | 4 | 131 | 0 | 2 | 451 | 141 | 67 |
| Binary | 11110000 | 11100 | 11111011 | 100 | 1011001 | 0 | 10 | 100101001 | 1100001 | 110111 |
Color Harmonies of #F01CFB
Complementary color
Monochromatic Colors of #F01CFB
Black with #F01CFB
Text Example
Text Example
White with #F01CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CFB; }
p { color: rgb(240,28,251); }
H1.HeaderClassName
{
color: #F01CFB;
}
.AnyTagClassName
{
color: #F01CFB;
}
</style>
background-color css
<style>
a { background-color: #F01CFB; }
a { background-color: rgb(240,28,251); }
div.DivClassName
{
background-color: #F01CFB;
}
.BgClassName
{
background-color: #F01CFB;
}
</style>
border-color css
<style>
span { border-color: #F01CFB; }
span { border-color: rgb(240,28,251); }
td.TdClassName
{
border-color: #F01CFB;
}
.TagClassName
{
border-color: #F01CFB;
}
</style>