Shades of Magenta #FB06F3
Tints of Magenta #FB06F3
RGB
CMYK
RGB Variations
Color information
#FB06F3 (or 0xFB06F3) is known color: Magenta. HEX triplet: FB, 06 and F3. RGB value is (251,6,243). Sum of RGB (Red+Green+Blue) = 251+6+243=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06F3 is #04F90C. Grayscale: #696969. Windows color (decimal): -325901 or 15927035. OLE color: 15927035.
HSL color Cylindrical-coordinate representation of color #FB06F3: hue angle of 301.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB06F3 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 243 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.02 |
| HSL | 301.96º | 0.97% | 0.5% | - |
| HSV(B) | 301.96º | 0.98% | 0.98% | - |
| XYZ | 56.03 | 27.11 | 87.07 | - |
| YUV | 106.27 | 205.17 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 243 | 0 | 0.98 | 0.03 | 0.02 | 301.96 | 0.97 | 0.5 |
| Hex | FB | 6 | F3 | 0 | 62 | 3 | 2 | 12E | 61 | 32 |
| Octal | 373 | 6 | 363 | 0 | 142 | 3 | 2 | 456 | 141 | 62 |
| Binary | 11111011 | 110 | 11110011 | 0 | 1100010 | 11 | 10 | 100101110 | 1100001 | 110010 |
Color Harmonies of #FB06F3
Complementary color
Monochromatic Colors of #FB06F3
Black with #FB06F3
Text Example
Text Example
White with #FB06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06F3; }
p { color: rgb(251,6,243); }
H1.HeaderClassName
{
color: #FB06F3;
}
.AnyTagClassName
{
color: #FB06F3;
}
</style>
background-color css
<style>
a { background-color: #FB06F3; }
a { background-color: rgb(251,6,243); }
div.DivClassName
{
background-color: #FB06F3;
}
.BgClassName
{
background-color: #FB06F3;
}
</style>
border-color css
<style>
span { border-color: #FB06F3; }
span { border-color: rgb(251,6,243); }
td.TdClassName
{
border-color: #FB06F3;
}
.TagClassName
{
border-color: #FB06F3;
}
</style>