Shades of Magenta #F005F7
Tints of Magenta #F005F7
RGB
CMYK
RGB Variations
Color information
#F005F7 (or 0xF005F7) is known color: Magenta. HEX triplet: F0, 05 and F7. RGB value is (240,5,247). Sum of RGB (Red+Green+Blue) = 240+5+247=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 5 (2.34% from 255 or 1.02% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #F005F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005F7 is #0FFA08. Grayscale: #666666. Windows color (decimal): -1047049 or 16188912. OLE color: 16188912.
HSL color Cylindrical-coordinate representation of color #F005F7: hue angle of 298.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005F7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 5 | 247 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.03 |
| HSL | 298.26º | 0.96% | 0.49% | - |
| HSV(B) | 298.26º | 0.98% | 0.97% | - |
| XYZ | 52.78 | 25.35 | 90.11 | - |
| YUV | 102.85 | 209.36 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 247 | 0.03 | 0.98 | 0 | 0.03 | 298.26 | 0.96 | 0.49 |
| Hex | F0 | 5 | F7 | 3 | 62 | 0 | 3 | 12A | 60 | 31 |
| Octal | 360 | 5 | 367 | 3 | 142 | 0 | 3 | 452 | 140 | 61 |
| Binary | 11110000 | 101 | 11110111 | 11 | 1100010 | 0 | 11 | 100101010 | 1100000 | 110001 |
Color Harmonies of #F005F7
Complementary color
Monochromatic Colors of #F005F7
Black with #F005F7
Text Example
Text Example
White with #F005F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005F7; }
p { color: rgb(240,5,247); }
H1.HeaderClassName
{
color: #F005F7;
}
.AnyTagClassName
{
color: #F005F7;
}
</style>
background-color css
<style>
a { background-color: #F005F7; }
a { background-color: rgb(240,5,247); }
div.DivClassName
{
background-color: #F005F7;
}
.BgClassName
{
background-color: #F005F7;
}
</style>
border-color css
<style>
span { border-color: #F005F7; }
span { border-color: rgb(240,5,247); }
td.TdClassName
{
border-color: #F005F7;
}
.TagClassName
{
border-color: #F005F7;
}
</style>