Shades of Magenta #FB06F2
Tints of Magenta #FB06F2
RGB
CMYK
RGB Variations
Color information
#FB06F2 (or 0xFB06F2) is known color: Magenta. HEX triplet: FB, 06 and F2. RGB value is (251,6,242). Sum of RGB (Red+Green+Blue) = 251+6+242=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 6 (2.73% from 255 or 1.20% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06F2 is #04F90D. Grayscale: #696969. Windows color (decimal): -325902 or 15861499. OLE color: 15861499.
HSL color Cylindrical-coordinate representation of color #FB06F2: hue angle of 302.2º 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 #FB06F2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 242 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.02 |
| HSL | 302.2º | 0.97% | 0.5% | - |
| HSV(B) | 302.2º | 0.98% | 0.98% | - |
| XYZ | 55.88 | 27.05 | 86.28 | - |
| YUV | 106.16 | 204.67 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 242 | 0 | 0.98 | 0.04 | 0.02 | 302.2 | 0.97 | 0.5 |
| Hex | FB | 6 | F2 | 0 | 62 | 4 | 2 | 12E | 61 | 32 |
| Octal | 373 | 6 | 362 | 0 | 142 | 4 | 2 | 456 | 141 | 62 |
| Binary | 11111011 | 110 | 11110010 | 0 | 1100010 | 100 | 10 | 100101110 | 1100001 | 110010 |
Color Harmonies of #FB06F2
Complementary color
Monochromatic Colors of #FB06F2
Black with #FB06F2
Text Example
Text Example
White with #FB06F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06F2; }
p { color: rgb(251,6,242); }
H1.HeaderClassName
{
color: #FB06F2;
}
.AnyTagClassName
{
color: #FB06F2;
}
</style>
background-color css
<style>
a { background-color: #FB06F2; }
a { background-color: rgb(251,6,242); }
div.DivClassName
{
background-color: #FB06F2;
}
.BgClassName
{
background-color: #FB06F2;
}
</style>
border-color css
<style>
span { border-color: #FB06F2; }
span { border-color: rgb(251,6,242); }
td.TdClassName
{
border-color: #FB06F2;
}
.TagClassName
{
border-color: #FB06F2;
}
</style>