Shades of Magenta #FA0BF5
Tints of Magenta #FA0BF5
RGB
CMYK
RGB Variations
Color information
#FA0BF5 (or 0xFA0BF5) is known color: Magenta. HEX triplet: FA, 0B and F5. RGB value is (250,11,245). Sum of RGB (Red+Green+Blue) = 250+11+245=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BF5 is #05F40A. Grayscale: #6C6C6C. Windows color (decimal): -390155 or 16059386. OLE color: 16059386.
HSL color Cylindrical-coordinate representation of color #FA0BF5: hue angle of 301.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BF5 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 245 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301.26º | 0.96% | 0.51% | - |
| HSV(B) | 301.26º | 0.96% | 0.98% | - |
| XYZ | 56.03 | 27.16 | 88.67 | - |
| YUV | 109.14 | 204.68 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 245 | 0 | 0.96 | 0.02 | 0.02 | 301.26 | 0.96 | 0.51 |
| Hex | FA | B | F5 | 0 | 60 | 2 | 2 | 12D | 60 | 33 |
| Octal | 372 | 13 | 365 | 0 | 140 | 2 | 2 | 455 | 140 | 63 |
| Binary | 11111010 | 1011 | 11110101 | 0 | 1100000 | 10 | 10 | 100101101 | 1100000 | 110011 |
Color Harmonies of #FA0BF5
Complementary color
Monochromatic Colors of #FA0BF5
Black with #FA0BF5
Text Example
Text Example
White with #FA0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BF5; }
p { color: rgb(250,11,245); }
H1.HeaderClassName
{
color: #FA0BF5;
}
.AnyTagClassName
{
color: #FA0BF5;
}
</style>
background-color css
<style>
a { background-color: #FA0BF5; }
a { background-color: rgb(250,11,245); }
div.DivClassName
{
background-color: #FA0BF5;
}
.BgClassName
{
background-color: #FA0BF5;
}
</style>
border-color css
<style>
span { border-color: #FA0BF5; }
span { border-color: rgb(250,11,245); }
td.TdClassName
{
border-color: #FA0BF5;
}
.TagClassName
{
border-color: #FA0BF5;
}
</style>