Shades of Hot Magenta #FB06C7
Tints of Hot Magenta #FB06C7
RGB
CMYK
RGB Variations
Color information
#FB06C7 (or 0xFB06C7) is known color: Hot Magenta. HEX triplet: FB, 06 and C7. RGB value is (251,6,199). Sum of RGB (Red+Green+Blue) = 251+6+199=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06C7 is #04F938. Grayscale: #646464. Windows color (decimal): -325945 or 13043451. OLE color: 13043451.
HSL color Cylindrical-coordinate representation of color #FB06C7: hue angle of 312.73º 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 #FB06C7 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 199 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.02 |
| HSL | 312.73º | 0.97% | 0.5% | - |
| HSV(B) | 312.73º | 0.98% | 0.98% | - |
| XYZ | 50.16 | 24.76 | 56.17 | - |
| YUV | 101.26 | 183.17 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 199 | 0 | 0.98 | 0.21 | 0.02 | 312.73 | 0.97 | 0.5 |
| Hex | FB | 6 | C7 | 0 | 62 | 15 | 2 | 139 | 61 | 32 |
| Octal | 373 | 6 | 307 | 0 | 142 | 25 | 2 | 471 | 141 | 62 |
| Binary | 11111011 | 110 | 11000111 | 0 | 1100010 | 10101 | 10 | 100111001 | 1100001 | 110010 |
Color Harmonies of #FB06C7
Complementary color
Monochromatic Colors of #FB06C7
Black with #FB06C7
Text Example
Text Example
White with #FB06C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB06C7; }
p { color: rgb(251,6,199); }
H1.HeaderClassName
{
color: #FB06C7;
}
.AnyTagClassName
{
color: #FB06C7;
}
</style>
background-color css
<style>
a { background-color: #FB06C7; }
a { background-color: rgb(251,6,199); }
div.DivClassName
{
background-color: #FB06C7;
}
.BgClassName
{
background-color: #FB06C7;
}
</style>
border-color css
<style>
span { border-color: #FB06C7; }
span { border-color: rgb(251,6,199); }
td.TdClassName
{
border-color: #FB06C7;
}
.TagClassName
{
border-color: #FB06C7;
}
</style>