Shades of Magenta #FA0DFB
Tints of Magenta #FA0DFB
RGB
CMYK
RGB Variations
Color information
#FA0DFB (or 0xFA0DFB) is known color: Magenta. HEX triplet: FA, 0D and FB. RGB value is (250,13,251). Sum of RGB (Red+Green+Blue) = 250+13+251=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 13 (5.47% from 255 or 2.53% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA0DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DFB is #05F204. Grayscale: #6E6E6E. Windows color (decimal): -389637 or 16453114. OLE color: 16453114.
HSL color Cylindrical-coordinate representation of color #FA0DFB: hue angle of 299.75º 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 #FA0DFB is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 251 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.02 |
| HSL | 299.75º | 0.97% | 0.52% | - |
| HSV(B) | 299.75º | 0.95% | 0.98% | - |
| XYZ | 56.98 | 27.58 | 93.59 | - |
| YUV | 111 | 207.02 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 251 | 0.00 | 0.95 | 0 | 0.02 | 299.75 | 0.97 | 0.52 |
| Hex | FA | D | FB | 0 | 5F | 0 | 2 | 12C | 61 | 34 |
| Octal | 372 | 15 | 373 | 0 | 137 | 0 | 2 | 454 | 141 | 64 |
| Binary | 11111010 | 1101 | 11111011 | 0 | 1011111 | 0 | 10 | 100101100 | 1100001 | 110100 |
Color Harmonies of #FA0DFB
Complementary color
Monochromatic Colors of #FA0DFB
Black with #FA0DFB
Text Example
Text Example
White with #FA0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DFB; }
p { color: rgb(250,13,251); }
H1.HeaderClassName
{
color: #FA0DFB;
}
.AnyTagClassName
{
color: #FA0DFB;
}
</style>
background-color css
<style>
a { background-color: #FA0DFB; }
a { background-color: rgb(250,13,251); }
div.DivClassName
{
background-color: #FA0DFB;
}
.BgClassName
{
background-color: #FA0DFB;
}
</style>
border-color css
<style>
span { border-color: #FA0DFB; }
span { border-color: rgb(250,13,251); }
td.TdClassName
{
border-color: #FA0DFB;
}
.TagClassName
{
border-color: #FA0DFB;
}
</style>