Shades of Magenta #F60CFB
Tints of Magenta #F60CFB
RGB
CMYK
RGB Variations
Color information
#F60CFB (or 0xF60CFB) is known color: Magenta. HEX triplet: F6, 0C and FB. RGB value is (246,12,251). Sum of RGB (Red+Green+Blue) = 246+12+251=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 12 (5.08% from 255 or 2.36% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #F60CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CFB is #09F304. Grayscale: #6C6C6C. Windows color (decimal): -652037 or 16452854. OLE color: 16452854.
HSL color Cylindrical-coordinate representation of color #F60CFB: hue angle of 298.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CFB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 12 | 251 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.02 |
| HSL | 298.74º | 0.97% | 0.52% | - |
| HSV(B) | 298.74º | 0.95% | 0.98% | - |
| XYZ | 55.55 | 26.82 | 93.52 | - |
| YUV | 109.21 | 208.02 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 251 | 0.02 | 0.95 | 0 | 0.02 | 298.74 | 0.97 | 0.52 |
| Hex | F6 | C | FB | 2 | 5F | 0 | 2 | 12B | 61 | 34 |
| Octal | 366 | 14 | 373 | 2 | 137 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11110110 | 1100 | 11111011 | 10 | 1011111 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F60CFB
Complementary color
Monochromatic Colors of #F60CFB
Black with #F60CFB
Text Example
Text Example
White with #F60CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CFB; }
p { color: rgb(246,12,251); }
H1.HeaderClassName
{
color: #F60CFB;
}
.AnyTagClassName
{
color: #F60CFB;
}
</style>
background-color css
<style>
a { background-color: #F60CFB; }
a { background-color: rgb(246,12,251); }
div.DivClassName
{
background-color: #F60CFB;
}
.BgClassName
{
background-color: #F60CFB;
}
</style>
border-color css
<style>
span { border-color: #F60CFB; }
span { border-color: rgb(246,12,251); }
td.TdClassName
{
border-color: #F60CFB;
}
.TagClassName
{
border-color: #F60CFB;
}
</style>