Shades of Magenta #F005F4
Tints of Magenta #F005F4
RGB
CMYK
RGB Variations
Color information
#F005F4 (or 0xF005F4) is known color: Magenta. HEX triplet: F0, 05 and F4. RGB value is (240,5,244). Sum of RGB (Red+Green+Blue) = 240+5+244=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #F005F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005F4 is #0FFA0B. Grayscale: #656565. Windows color (decimal): -1047052 or 15992304. OLE color: 15992304.
HSL color Cylindrical-coordinate representation of color #F005F4: hue angle of 299º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005F4 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 5 | 244 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.04 |
| HSL | 299º | 0.96% | 0.49% | - |
| HSV(B) | 299º | 0.98% | 0.96% | - |
| XYZ | 52.32 | 25.17 | 87.69 | - |
| YUV | 102.51 | 207.86 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 244 | 0.02 | 0.98 | 0 | 0.04 | 299 | 0.96 | 0.49 |
| Hex | F0 | 5 | F4 | 2 | 62 | 0 | 4 | 12B | 60 | 31 |
| Octal | 360 | 5 | 364 | 2 | 142 | 0 | 4 | 453 | 140 | 61 |
| Binary | 11110000 | 101 | 11110100 | 10 | 1100010 | 0 | 100 | 100101011 | 1100000 | 110001 |
Color Harmonies of #F005F4
Complementary color
Monochromatic Colors of #F005F4
Black with #F005F4
Text Example
Text Example
White with #F005F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005F4; }
p { color: rgb(240,5,244); }
H1.HeaderClassName
{
color: #F005F4;
}
.AnyTagClassName
{
color: #F005F4;
}
</style>
background-color css
<style>
a { background-color: #F005F4; }
a { background-color: rgb(240,5,244); }
div.DivClassName
{
background-color: #F005F4;
}
.BgClassName
{
background-color: #F005F4;
}
</style>
border-color css
<style>
span { border-color: #F005F4; }
span { border-color: rgb(240,5,244); }
td.TdClassName
{
border-color: #F005F4;
}
.TagClassName
{
border-color: #F005F4;
}
</style>