Shades of Magenta #FD30FF
Tints of Magenta #FD30FF
RGB
CMYK
RGB Variations
Color information
#FD30FF (or 0xFD30FF) is known color: Magenta. HEX triplet: FD, 30 and FF. RGB value is (253,48,255). Sum of RGB (Red+Green+Blue) = 253+48+255=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 48 (19.14% from 255 or 8.63% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD30FF is #02CF00. Grayscale: #848484. Windows color (decimal): -184065 or 16724221. OLE color: 16724221.
HSL color Cylindrical-coordinate representation of color #FD30FF: hue angle of 299.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30FF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 48 | 255 | - |
| CMYK | 0.01 | 0.81 | 0 | 0 |
| HSL | 299.42º | 1% | 0.59% | - |
| HSV(B) | 299.42º | 0.81% | 1% | - |
| XYZ | 59.61 | 30.22 | 97.3 | - |
| YUV | 132.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 255 | 0.01 | 0.81 | 0 | 0 | 299.42 | 1 | 0.59 |
| Hex | FD | 30 | FF | 1 | 51 | 0 | 0 | 12B | 64 | 3B |
| Octal | 375 | 60 | 377 | 1 | 121 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111101 | 110000 | 11111111 | 1 | 1010001 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FD30FF
Complementary color
Monochromatic Colors of #FD30FF
Black with #FD30FF
Text Example
Text Example
White with #FD30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30FF; }
p { color: rgb(253,48,255); }
H1.HeaderClassName
{
color: #FD30FF;
}
.AnyTagClassName
{
color: #FD30FF;
}
</style>
background-color css
<style>
a { background-color: #FD30FF; }
a { background-color: rgb(253,48,255); }
div.DivClassName
{
background-color: #FD30FF;
}
.BgClassName
{
background-color: #FD30FF;
}
</style>
border-color css
<style>
span { border-color: #FD30FF; }
span { border-color: rgb(253,48,255); }
td.TdClassName
{
border-color: #FD30FF;
}
.TagClassName
{
border-color: #FD30FF;
}
</style>