Shades of Magenta #F10BFD
Tints of Magenta #F10BFD
RGB
CMYK
RGB Variations
Color information
#F10BFD (or 0xF10BFD) is known color: Magenta. HEX triplet: F1, 0B and FD. RGB value is (241,11,253). Sum of RGB (Red+Green+Blue) = 241+11+253=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 11 (4.69% from 255 or 2.18% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #F10BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10BFD is #0EF402. Grayscale: #6A6A6A. Windows color (decimal): -979971 or 16583665. OLE color: 16583665.
HSL color Cylindrical-coordinate representation of color #F10BFD: hue angle of 297.02º 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 #F10BFD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 11 | 253 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.01 |
| HSL | 297.02º | 0.98% | 0.52% | - |
| HSV(B) | 297.02º | 0.96% | 0.99% | - |
| XYZ | 54.12 | 26.03 | 95.1 | - |
| YUV | 107.36 | 210.2 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 253 | 0.05 | 0.96 | 0 | 0.01 | 297.02 | 0.98 | 0.52 |
| Hex | F1 | B | FD | 5 | 60 | 0 | 1 | 129 | 62 | 34 |
| Octal | 361 | 13 | 375 | 5 | 140 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110001 | 1011 | 11111101 | 101 | 1100000 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F10BFD
Complementary color
Monochromatic Colors of #F10BFD
Black with #F10BFD
Text Example
Text Example
White with #F10BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BFD; }
p { color: rgb(241,11,253); }
H1.HeaderClassName
{
color: #F10BFD;
}
.AnyTagClassName
{
color: #F10BFD;
}
</style>
background-color css
<style>
a { background-color: #F10BFD; }
a { background-color: rgb(241,11,253); }
div.DivClassName
{
background-color: #F10BFD;
}
.BgClassName
{
background-color: #F10BFD;
}
</style>
border-color css
<style>
span { border-color: #F10BFD; }
span { border-color: rgb(241,11,253); }
td.TdClassName
{
border-color: #F10BFD;
}
.TagClassName
{
border-color: #F10BFD;
}
</style>