Shades of Magenta #F10FFB
Tints of Magenta #F10FFB
RGB
CMYK
RGB Variations
Color information
#F10FFB (or 0xF10FFB) is known color: Magenta. HEX triplet: F1, 0F and FB. RGB value is (241,15,251). Sum of RGB (Red+Green+Blue) = 241+15+251=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #F10FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FFB is #0EF004. Grayscale: #6C6C6C. Windows color (decimal): -978949 or 16453617. OLE color: 16453617.
HSL color Cylindrical-coordinate representation of color #F10FFB: hue angle of 297.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FFB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 15 | 251 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.02 |
| HSL | 297.46º | 0.97% | 0.52% | - |
| HSV(B) | 297.46º | 0.94% | 0.98% | - |
| XYZ | 53.86 | 26.01 | 93.45 | - |
| YUV | 109.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 251 | 0.04 | 0.94 | 0 | 0.02 | 297.46 | 0.97 | 0.52 |
| Hex | F1 | F | FB | 4 | 5E | 0 | 2 | 129 | 61 | 34 |
| Octal | 361 | 17 | 373 | 4 | 136 | 0 | 2 | 451 | 141 | 64 |
| Binary | 11110001 | 1111 | 11111011 | 100 | 1011110 | 0 | 10 | 100101001 | 1100001 | 110100 |
Color Harmonies of #F10FFB
Complementary color
Monochromatic Colors of #F10FFB
Black with #F10FFB
Text Example
Text Example
White with #F10FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FFB; }
p { color: rgb(241,15,251); }
H1.HeaderClassName
{
color: #F10FFB;
}
.AnyTagClassName
{
color: #F10FFB;
}
</style>
background-color css
<style>
a { background-color: #F10FFB; }
a { background-color: rgb(241,15,251); }
div.DivClassName
{
background-color: #F10FFB;
}
.BgClassName
{
background-color: #F10FFB;
}
</style>
border-color css
<style>
span { border-color: #F10FFB; }
span { border-color: rgb(241,15,251); }
td.TdClassName
{
border-color: #F10FFB;
}
.TagClassName
{
border-color: #F10FFB;
}
</style>