Shades of Magenta #F602F1
Tints of Magenta #F602F1
RGB
CMYK
RGB Variations
Color information
#F602F1 (or 0xF602F1) is known color: Magenta. HEX triplet: F6, 02 and F1. RGB value is (246,2,241). Sum of RGB (Red+Green+Blue) = 246+2+241=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F602F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602F1 is #09FD0E. Grayscale: #656565. Windows color (decimal): -654607 or 15794934. OLE color: 15794934.
HSL color Cylindrical-coordinate representation of color #F602F1: hue angle of 301.23º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602F1 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 241 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.04 |
| HSL | 301.23º | 0.98% | 0.49% | - |
| HSV(B) | 301.23º | 0.99% | 0.96% | - |
| XYZ | 53.9 | 25.99 | 85.39 | - |
| YUV | 102.2 | 206.34 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 241 | 0 | 0.99 | 0.02 | 0.04 | 301.23 | 0.98 | 0.49 |
| Hex | F6 | 2 | F1 | 0 | 63 | 2 | 4 | 12D | 62 | 31 |
| Octal | 366 | 2 | 361 | 0 | 143 | 2 | 4 | 455 | 142 | 61 |
| Binary | 11110110 | 10 | 11110001 | 0 | 1100011 | 10 | 100 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F602F1
Complementary color
Monochromatic Colors of #F602F1
Black with #F602F1
Text Example
Text Example
White with #F602F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602F1; }
p { color: rgb(246,2,241); }
H1.HeaderClassName
{
color: #F602F1;
}
.AnyTagClassName
{
color: #F602F1;
}
</style>
background-color css
<style>
a { background-color: #F602F1; }
a { background-color: rgb(246,2,241); }
div.DivClassName
{
background-color: #F602F1;
}
.BgClassName
{
background-color: #F602F1;
}
</style>
border-color css
<style>
span { border-color: #F602F1; }
span { border-color: rgb(246,2,241); }
td.TdClassName
{
border-color: #F602F1;
}
.TagClassName
{
border-color: #F602F1;
}
</style>