Shades of Magenta #FF0BFD
Tints of Magenta #FF0BFD
RGB
CMYK
RGB Variations
Color information
#FF0BFD (or 0xFF0BFD) is known color: Magenta. HEX triplet: FF, 0B and FD. RGB value is (255,11,253). Sum of RGB (Red+Green+Blue) = 255+11+253=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 11 (4.69% from 255 or 2.12% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BFD is #00F402. Grayscale: #6E6E6E. Windows color (decimal): -62467 or 16583679. OLE color: 16583679.
HSL color Cylindrical-coordinate representation of color #FF0BFD: hue angle of 300.49º 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 #FF0BFD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 253 | - |
| CMYK | 0 | 0.96 | 0.01 | 0 |
| HSL | 300.49º | 1% | 0.52% | - |
| HSV(B) | 300.49º | 0.96% | 1% | - |
| XYZ | 59.09 | 28.59 | 95.33 | - |
| YUV | 111.54 | 207.84 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 253 | 0 | 0.96 | 0.01 | 0 | 300.49 | 1 | 0.52 |
| Hex | FF | B | FD | 0 | 60 | 1 | 0 | 12C | 64 | 34 |
| Octal | 377 | 13 | 375 | 0 | 140 | 1 | 0 | 454 | 144 | 64 |
| Binary | 11111111 | 1011 | 11111101 | 0 | 1100000 | 1 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FF0BFD
Complementary color
Monochromatic Colors of #FF0BFD
Black with #FF0BFD
Text Example
Text Example
White with #FF0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BFD; }
p { color: rgb(255,11,253); }
H1.HeaderClassName
{
color: #FF0BFD;
}
.AnyTagClassName
{
color: #FF0BFD;
}
</style>
background-color css
<style>
a { background-color: #FF0BFD; }
a { background-color: rgb(255,11,253); }
div.DivClassName
{
background-color: #FF0BFD;
}
.BgClassName
{
background-color: #FF0BFD;
}
</style>
border-color css
<style>
span { border-color: #FF0BFD; }
span { border-color: rgb(255,11,253); }
td.TdClassName
{
border-color: #FF0BFD;
}
.TagClassName
{
border-color: #FF0BFD;
}
</style>