Shades of Magenta #F81CF4
Tints of Magenta #F81CF4
RGB
CMYK
RGB Variations
Color information
#F81CF4 (or 0xF81CF4) is known color: Magenta. HEX triplet: F8, 1C and F4. RGB value is (248,28,244). Sum of RGB (Red+Green+Blue) = 248+28+244=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CF4 is #07E30B. Grayscale: #757575. Windows color (decimal): -516876 or 15998200. OLE color: 15998200.
HSL color Cylindrical-coordinate representation of color #F81CF4: hue angle of 301.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CF4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 244 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.03 |
| HSL | 301.09º | 0.94% | 0.54% | - |
| HSV(B) | 301.09º | 0.89% | 0.97% | - |
| XYZ | 55.46 | 27.32 | 87.94 | - |
| YUV | 118.4 | 198.89 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 244 | 0 | 0.89 | 0.02 | 0.03 | 301.09 | 0.94 | 0.54 |
| Hex | F8 | 1C | F4 | 0 | 59 | 2 | 3 | 12D | 5E | 36 |
| Octal | 370 | 34 | 364 | 0 | 131 | 2 | 3 | 455 | 136 | 66 |
| Binary | 11111000 | 11100 | 11110100 | 0 | 1011001 | 10 | 11 | 100101101 | 1011110 | 110110 |
Color Harmonies of #F81CF4
Complementary color
Monochromatic Colors of #F81CF4
Black with #F81CF4
Text Example
Text Example
White with #F81CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CF4; }
p { color: rgb(248,28,244); }
H1.HeaderClassName
{
color: #F81CF4;
}
.AnyTagClassName
{
color: #F81CF4;
}
</style>
background-color css
<style>
a { background-color: #F81CF4; }
a { background-color: rgb(248,28,244); }
div.DivClassName
{
background-color: #F81CF4;
}
.BgClassName
{
background-color: #F81CF4;
}
</style>
border-color css
<style>
span { border-color: #F81CF4; }
span { border-color: rgb(248,28,244); }
td.TdClassName
{
border-color: #F81CF4;
}
.TagClassName
{
border-color: #F81CF4;
}
</style>