Shades of Magenta #FB0BFD
Tints of Magenta #FB0BFD
RGB
CMYK
RGB Variations
Color information
#FB0BFD (or 0xFB0BFD) is known color: Magenta. HEX triplet: FB, 0B and FD. RGB value is (251,11,253). Sum of RGB (Red+Green+Blue) = 251+11+253=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 11 (4.69% from 255 or 2.14% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0BFD is #04F402. Grayscale: #6D6D6D. Windows color (decimal): -324611 or 16583675. OLE color: 16583675.
HSL color Cylindrical-coordinate representation of color #FB0BFD: hue angle of 299.5º 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 #FB0BFD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 11 | 253 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.5º | 0.98% | 0.52% | - |
| HSV(B) | 299.5º | 0.96% | 0.99% | - |
| XYZ | 57.63 | 27.84 | 95.26 | - |
| YUV | 110.35 | 208.51 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 253 | 0.01 | 0.96 | 0 | 0.01 | 299.5 | 0.98 | 0.52 |
| Hex | FB | B | FD | 1 | 60 | 0 | 1 | 12C | 62 | 34 |
| Octal | 373 | 13 | 375 | 1 | 140 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111011 | 1011 | 11111101 | 1 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FB0BFD
Complementary color
Monochromatic Colors of #FB0BFD
Black with #FB0BFD
Text Example
Text Example
White with #FB0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0BFD; }
p { color: rgb(251,11,253); }
H1.HeaderClassName
{
color: #FB0BFD;
}
.AnyTagClassName
{
color: #FB0BFD;
}
</style>
background-color css
<style>
a { background-color: #FB0BFD; }
a { background-color: rgb(251,11,253); }
div.DivClassName
{
background-color: #FB0BFD;
}
.BgClassName
{
background-color: #FB0BFD;
}
</style>
border-color css
<style>
span { border-color: #FB0BFD; }
span { border-color: rgb(251,11,253); }
td.TdClassName
{
border-color: #FB0BFD;
}
.TagClassName
{
border-color: #FB0BFD;
}
</style>