Shades of Magenta #FA0BFC
Tints of Magenta #FA0BFC
RGB
CMYK
RGB Variations
Color information
#FA0BFC (or 0xFA0BFC) is known color: Magenta. HEX triplet: FA, 0B and FC. RGB value is (250,11,252). Sum of RGB (Red+Green+Blue) = 250+11+252=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 11 (4.69% from 255 or 2.14% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BFC is #05F403. Grayscale: #6D6D6D. Windows color (decimal): -390148 or 16518138. OLE color: 16518138.
HSL color Cylindrical-coordinate representation of color #FA0BFC: hue angle of 299.5º 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 #FA0BFC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 11 | 252 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.5º | 0.98% | 0.52% | - |
| HSV(B) | 299.5º | 0.96% | 0.99% | - |
| XYZ | 57.11 | 27.59 | 94.41 | - |
| YUV | 109.94 | 208.18 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 252 | 0.01 | 0.96 | 0 | 0.01 | 299.5 | 0.98 | 0.52 |
| Hex | FA | B | FC | 1 | 60 | 0 | 1 | 12C | 62 | 34 |
| Octal | 372 | 13 | 374 | 1 | 140 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111010 | 1011 | 11111100 | 1 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FA0BFC
Complementary color
Monochromatic Colors of #FA0BFC
Black with #FA0BFC
Text Example
Text Example
White with #FA0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BFC; }
p { color: rgb(250,11,252); }
H1.HeaderClassName
{
color: #FA0BFC;
}
.AnyTagClassName
{
color: #FA0BFC;
}
</style>
background-color css
<style>
a { background-color: #FA0BFC; }
a { background-color: rgb(250,11,252); }
div.DivClassName
{
background-color: #FA0BFC;
}
.BgClassName
{
background-color: #FA0BFC;
}
</style>
border-color css
<style>
span { border-color: #FA0BFC; }
span { border-color: rgb(250,11,252); }
td.TdClassName
{
border-color: #FA0BFC;
}
.TagClassName
{
border-color: #FA0BFC;
}
</style>