Shades of Magenta #F006F7
Tints of Magenta #F006F7
RGB
CMYK
RGB Variations
Color information
#F006F7 (or 0xF006F7) is known color: Magenta. HEX triplet: F0, 06 and F7. RGB value is (240,6,247). Sum of RGB (Red+Green+Blue) = 240+6+247=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #F006F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006F7 is #0FF908. Grayscale: #666666. Windows color (decimal): -1046793 or 16189168. OLE color: 16189168.
HSL color Cylindrical-coordinate representation of color #F006F7: hue angle of 298.26º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006F7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 6 | 247 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.03 |
| HSL | 298.26º | 0.95% | 0.5% | - |
| HSV(B) | 298.26º | 0.98% | 0.97% | - |
| XYZ | 52.79 | 25.37 | 90.11 | - |
| YUV | 103.44 | 209.02 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 247 | 0.03 | 0.98 | 0 | 0.03 | 298.26 | 0.95 | 0.5 |
| Hex | F0 | 6 | F7 | 3 | 62 | 0 | 3 | 12A | 5F | 32 |
| Octal | 360 | 6 | 367 | 3 | 142 | 0 | 3 | 452 | 137 | 62 |
| Binary | 11110000 | 110 | 11110111 | 11 | 1100010 | 0 | 11 | 100101010 | 1011111 | 110010 |
Color Harmonies of #F006F7
Complementary color
Monochromatic Colors of #F006F7
Black with #F006F7
Text Example
Text Example
White with #F006F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006F7; }
p { color: rgb(240,6,247); }
H1.HeaderClassName
{
color: #F006F7;
}
.AnyTagClassName
{
color: #F006F7;
}
</style>
background-color css
<style>
a { background-color: #F006F7; }
a { background-color: rgb(240,6,247); }
div.DivClassName
{
background-color: #F006F7;
}
.BgClassName
{
background-color: #F006F7;
}
</style>
border-color css
<style>
span { border-color: #F006F7; }
span { border-color: rgb(240,6,247); }
td.TdClassName
{
border-color: #F006F7;
}
.TagClassName
{
border-color: #F006F7;
}
</style>