Shades of Magenta #FD0CFB
Tints of Magenta #FD0CFB
RGB
CMYK
RGB Variations
Color information
#FD0CFB (or 0xFD0CFB) is known color: Magenta. HEX triplet: FD, 0C and FB. RGB value is (253,12,251). Sum of RGB (Red+Green+Blue) = 253+12+251=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 12 (5.08% from 255 or 2.33% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CFB is #02F304. Grayscale: #6E6E6E. Windows color (decimal): -193285 or 16452861. OLE color: 16452861.
HSL color Cylindrical-coordinate representation of color #FD0CFB: hue angle of 300.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CFB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 251 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.01 |
| HSL | 300.5º | 0.98% | 0.52% | - |
| HSV(B) | 300.5º | 0.95% | 0.99% | - |
| XYZ | 58.05 | 28.11 | 93.63 | - |
| YUV | 111.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 251 | 0 | 0.95 | 0.01 | 0.01 | 300.5 | 0.98 | 0.52 |
| Hex | FD | C | FB | 0 | 5F | 1 | 1 | 12C | 62 | 34 |
| Octal | 375 | 14 | 373 | 0 | 137 | 1 | 1 | 454 | 142 | 64 |
| Binary | 11111101 | 1100 | 11111011 | 0 | 1011111 | 1 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FD0CFB
Complementary color
Monochromatic Colors of #FD0CFB
Black with #FD0CFB
Text Example
Text Example
White with #FD0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CFB; }
p { color: rgb(253,12,251); }
H1.HeaderClassName
{
color: #FD0CFB;
}
.AnyTagClassName
{
color: #FD0CFB;
}
</style>
background-color css
<style>
a { background-color: #FD0CFB; }
a { background-color: rgb(253,12,251); }
div.DivClassName
{
background-color: #FD0CFB;
}
.BgClassName
{
background-color: #FD0CFB;
}
</style>
border-color css
<style>
span { border-color: #FD0CFB; }
span { border-color: rgb(253,12,251); }
td.TdClassName
{
border-color: #FD0CFB;
}
.TagClassName
{
border-color: #FD0CFB;
}
</style>