Shades of Magenta #FD0BF2
Tints of Magenta #FD0BF2
RGB
CMYK
RGB Variations
Color information
#FD0BF2 (or 0xFD0BF2) is known color: Magenta. HEX triplet: FD, 0B and F2. RGB value is (253,11,242). Sum of RGB (Red+Green+Blue) = 253+11+242=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BF2 is #02F40D. Grayscale: #6D6D6D. Windows color (decimal): -193550 or 15862781. OLE color: 15862781.
HSL color Cylindrical-coordinate representation of color #FD0BF2: hue angle of 302.73º 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 #FD0BF2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 242 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.01 |
| HSL | 302.73º | 0.98% | 0.52% | - |
| HSV(B) | 302.73º | 0.96% | 0.99% | - |
| XYZ | 56.65 | 27.53 | 86.33 | - |
| YUV | 109.69 | 202.67 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 242 | 0 | 0.96 | 0.04 | 0.01 | 302.73 | 0.98 | 0.52 |
| Hex | FD | B | F2 | 0 | 60 | 4 | 1 | 12F | 62 | 34 |
| Octal | 375 | 13 | 362 | 0 | 140 | 4 | 1 | 457 | 142 | 64 |
| Binary | 11111101 | 1011 | 11110010 | 0 | 1100000 | 100 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FD0BF2
Complementary color
Monochromatic Colors of #FD0BF2
Black with #FD0BF2
Text Example
Text Example
White with #FD0BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BF2; }
p { color: rgb(253,11,242); }
H1.HeaderClassName
{
color: #FD0BF2;
}
.AnyTagClassName
{
color: #FD0BF2;
}
</style>
background-color css
<style>
a { background-color: #FD0BF2; }
a { background-color: rgb(253,11,242); }
div.DivClassName
{
background-color: #FD0BF2;
}
.BgClassName
{
background-color: #FD0BF2;
}
</style>
border-color css
<style>
span { border-color: #FD0BF2; }
span { border-color: rgb(253,11,242); }
td.TdClassName
{
border-color: #FD0BF2;
}
.TagClassName
{
border-color: #FD0BF2;
}
</style>