Shades of Magenta #FA0BFD
Tints of Magenta #FA0BFD
RGB
CMYK
RGB Variations
Color information
#FA0BFD (or 0xFA0BFD) is known color: Magenta. HEX triplet: FA, 0B and FD. RGB value is (250,11,253). Sum of RGB (Red+Green+Blue) = 250+11+253=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 11 (4.69% from 255 or 2.14% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BFD is #05F402. Grayscale: #6D6D6D. Windows color (decimal): -390147 or 16583674. OLE color: 16583674.
HSL color Cylindrical-coordinate representation of color #FA0BFD: hue angle of 299.26º 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 #FA0BFD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 11 | 253 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.26º | 0.98% | 0.52% | - |
| HSV(B) | 299.26º | 0.96% | 0.99% | - |
| XYZ | 57.27 | 27.66 | 95.25 | - |
| YUV | 110.05 | 208.68 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 253 | 0.01 | 0.96 | 0 | 0.01 | 299.26 | 0.98 | 0.52 |
| Hex | FA | B | FD | 1 | 60 | 0 | 1 | 12B | 62 | 34 |
| Octal | 372 | 13 | 375 | 1 | 140 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111010 | 1011 | 11111101 | 1 | 1100000 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #FA0BFD
Complementary color
Monochromatic Colors of #FA0BFD
Black with #FA0BFD
Text Example
Text Example
White with #FA0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BFD; }
p { color: rgb(250,11,253); }
H1.HeaderClassName
{
color: #FA0BFD;
}
.AnyTagClassName
{
color: #FA0BFD;
}
</style>
background-color css
<style>
a { background-color: #FA0BFD; }
a { background-color: rgb(250,11,253); }
div.DivClassName
{
background-color: #FA0BFD;
}
.BgClassName
{
background-color: #FA0BFD;
}
</style>
border-color css
<style>
span { border-color: #FA0BFD; }
span { border-color: rgb(250,11,253); }
td.TdClassName
{
border-color: #FA0BFD;
}
.TagClassName
{
border-color: #FA0BFD;
}
</style>