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