Shades of Magenta #FA30FD
Tints of Magenta #FA30FD
RGB
CMYK
RGB Variations
Color information
#FA30FD (or 0xFA30FD) is known color: Magenta. HEX triplet: FA, 30 and FD. RGB value is (250,48,253). Sum of RGB (Red+Green+Blue) = 250+48+253=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 48 (19.14% from 255 or 8.71% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA30FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA30FD is #05CF02. Grayscale: #838383. Windows color (decimal): -380675 or 16593146. OLE color: 16593146.
HSL color Cylindrical-coordinate representation of color #FA30FD: hue angle of 299.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA30FD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 48 | 253 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.01 |
| HSL | 299.12º | 0.98% | 0.59% | - |
| HSV(B) | 299.12º | 0.81% | 0.99% | - |
| XYZ | 58.21 | 29.53 | 95.56 | - |
| YUV | 131.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 253 | 0.01 | 0.81 | 0 | 0.01 | 299.12 | 0.98 | 0.59 |
| Hex | FA | 30 | FD | 1 | 51 | 0 | 1 | 12B | 62 | 3B |
| Octal | 372 | 60 | 375 | 1 | 121 | 0 | 1 | 453 | 142 | 73 |
| Binary | 11111010 | 110000 | 11111101 | 1 | 1010001 | 0 | 1 | 100101011 | 1100010 | 111011 |
Color Harmonies of #FA30FD
Complementary color
Monochromatic Colors of #FA30FD
Black with #FA30FD
Text Example
Text Example
White with #FA30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30FD; }
p { color: rgb(250,48,253); }
H1.HeaderClassName
{
color: #FA30FD;
}
.AnyTagClassName
{
color: #FA30FD;
}
</style>
background-color css
<style>
a { background-color: #FA30FD; }
a { background-color: rgb(250,48,253); }
div.DivClassName
{
background-color: #FA30FD;
}
.BgClassName
{
background-color: #FA30FD;
}
</style>
border-color css
<style>
span { border-color: #FA30FD; }
span { border-color: rgb(250,48,253); }
td.TdClassName
{
border-color: #FA30FD;
}
.TagClassName
{
border-color: #FA30FD;
}
</style>