Shades of Magenta #FD0BFE
Tints of Magenta #FD0BFE
RGB
CMYK
RGB Variations
Color information
#FD0BFE (or 0xFD0BFE) is known color: Magenta. HEX triplet: FD, 0B and FE. RGB value is (253,11,254). Sum of RGB (Red+Green+Blue) = 253+11+254=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 11 (4.69% from 255 or 2.12% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD0BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BFE is #02F401. Grayscale: #6E6E6E. Windows color (decimal): -193538 or 16649213. OLE color: 16649213.
HSL color Cylindrical-coordinate representation of color #FD0BFE: hue angle of 299.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BFE is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 11 | 254 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.00 |
| HSL | 299.75º | 0.99% | 0.52% | - |
| HSV(B) | 299.75º | 0.96% | 1% | - |
| XYZ | 58.52 | 28.28 | 96.14 | - |
| YUV | 111.06 | 208.67 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 254 | 0.00 | 0.96 | 0 | 0.00 | 299.75 | 0.99 | 0.52 |
| Hex | FD | B | FE | 0 | 60 | 0 | 0 | 12C | 63 | 34 |
| Octal | 375 | 13 | 376 | 0 | 140 | 0 | 0 | 454 | 143 | 64 |
| Binary | 11111101 | 1011 | 11111110 | 0 | 1100000 | 0 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FD0BFE
Complementary color
Monochromatic Colors of #FD0BFE
Black with #FD0BFE
Text Example
Text Example
White with #FD0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BFE; }
p { color: rgb(253,11,254); }
H1.HeaderClassName
{
color: #FD0BFE;
}
.AnyTagClassName
{
color: #FD0BFE;
}
</style>
background-color css
<style>
a { background-color: #FD0BFE; }
a { background-color: rgb(253,11,254); }
div.DivClassName
{
background-color: #FD0BFE;
}
.BgClassName
{
background-color: #FD0BFE;
}
</style>
border-color css
<style>
span { border-color: #FD0BFE; }
span { border-color: rgb(253,11,254); }
td.TdClassName
{
border-color: #FD0BFE;
}
.TagClassName
{
border-color: #FD0BFE;
}
</style>