Shades of Magenta #FD0BFF
Tints of Magenta #FD0BFF
RGB
CMYK
RGB Variations
Color information
#FD0BFF (or 0xFD0BFF) is known color: Magenta. HEX triplet: FD, 0B and FF. RGB value is (253,11,255). Sum of RGB (Red+Green+Blue) = 253+11+255=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 11 (4.69% from 255 or 2.12% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BFF is #02F400. Grayscale: #6E6E6E. Windows color (decimal): -193537 or 16714749. OLE color: 16714749.
HSL color Cylindrical-coordinate representation of color #FD0BFF: hue angle of 299.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BFF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 11 | 255 | - |
| CMYK | 0.01 | 0.96 | 0 | 0 |
| HSL | 299.51º | 1% | 0.52% | - |
| HSV(B) | 299.51º | 0.96% | 1% | - |
| XYZ | 58.68 | 28.34 | 96.99 | - |
| YUV | 111.17 | 209.17 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 255 | 0.01 | 0.96 | 0 | 0 | 299.51 | 1 | 0.52 |
| Hex | FD | B | FF | 1 | 60 | 0 | 0 | 12C | 64 | 34 |
| Octal | 375 | 13 | 377 | 1 | 140 | 0 | 0 | 454 | 144 | 64 |
| Binary | 11111101 | 1011 | 11111111 | 1 | 1100000 | 0 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FD0BFF
Complementary color
Monochromatic Colors of #FD0BFF
Black with #FD0BFF
Text Example
Text Example
White with #FD0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BFF; }
p { color: rgb(253,11,255); }
H1.HeaderClassName
{
color: #FD0BFF;
}
.AnyTagClassName
{
color: #FD0BFF;
}
</style>
background-color css
<style>
a { background-color: #FD0BFF; }
a { background-color: rgb(253,11,255); }
div.DivClassName
{
background-color: #FD0BFF;
}
.BgClassName
{
background-color: #FD0BFF;
}
</style>
border-color css
<style>
span { border-color: #FD0BFF; }
span { border-color: rgb(253,11,255); }
td.TdClassName
{
border-color: #FD0BFF;
}
.TagClassName
{
border-color: #FD0BFF;
}
</style>