Shades of Magenta #F60BFD
Tints of Magenta #F60BFD
RGB
CMYK
RGB Variations
Color information
#F60BFD (or 0xF60BFD) is known color: Magenta. HEX triplet: F6, 0B and FD. RGB value is (246,11,253). Sum of RGB (Red+Green+Blue) = 246+11+253=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 11 (4.69% from 255 or 2.16% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #F60BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BFD is #09F402. Grayscale: #6C6C6C. Windows color (decimal): -652291 or 16583670. OLE color: 16583670.
HSL color Cylindrical-coordinate representation of color #F60BFD: hue angle of 298.26º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BFD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 11 | 253 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.01 |
| HSL | 298.26º | 0.98% | 0.52% | - |
| HSV(B) | 298.26º | 0.96% | 0.99% | - |
| XYZ | 55.86 | 26.92 | 95.18 | - |
| YUV | 108.85 | 209.36 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 253 | 0.03 | 0.96 | 0 | 0.01 | 298.26 | 0.98 | 0.52 |
| Hex | F6 | B | FD | 3 | 60 | 0 | 1 | 12A | 62 | 34 |
| Octal | 366 | 13 | 375 | 3 | 140 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110110 | 1011 | 11111101 | 11 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F60BFD
Complementary color
Monochromatic Colors of #F60BFD
Black with #F60BFD
Text Example
Text Example
White with #F60BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BFD; }
p { color: rgb(246,11,253); }
H1.HeaderClassName
{
color: #F60BFD;
}
.AnyTagClassName
{
color: #F60BFD;
}
</style>
background-color css
<style>
a { background-color: #F60BFD; }
a { background-color: rgb(246,11,253); }
div.DivClassName
{
background-color: #F60BFD;
}
.BgClassName
{
background-color: #F60BFD;
}
</style>
border-color css
<style>
span { border-color: #F60BFD; }
span { border-color: rgb(246,11,253); }
td.TdClassName
{
border-color: #F60BFD;
}
.TagClassName
{
border-color: #F60BFD;
}
</style>