Shades of Hot Magenta #FB0FDA
Tints of Hot Magenta #FB0FDA
RGB
CMYK
RGB Variations
Color information
#FB0FDA (or 0xFB0FDA) is known color: Hot Magenta. HEX triplet: FB, 0F and DA. RGB value is (251,15,218). Sum of RGB (Red+Green+Blue) = 251+15+218=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FDA is #04F025. Grayscale: #6C6C6C. Windows color (decimal): -323622 or 14290939. OLE color: 14290939.
HSL color Cylindrical-coordinate representation of color #FB0FDA: hue angle of 308.39º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FDA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 218 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.02 |
| HSL | 308.39º | 0.97% | 0.52% | - |
| HSV(B) | 308.39º | 0.94% | 0.98% | - |
| XYZ | 52.61 | 25.91 | 68.56 | - |
| YUV | 108.71 | 189.69 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 218 | 0 | 0.94 | 0.13 | 0.02 | 308.39 | 0.97 | 0.52 |
| Hex | FB | F | DA | 0 | 5E | D | 2 | 134 | 61 | 34 |
| Octal | 373 | 17 | 332 | 0 | 136 | 15 | 2 | 464 | 141 | 64 |
| Binary | 11111011 | 1111 | 11011010 | 0 | 1011110 | 1101 | 10 | 100110100 | 1100001 | 110100 |
Color Harmonies of #FB0FDA
Complementary color
Monochromatic Colors of #FB0FDA
Black with #FB0FDA
Text Example
Text Example
White with #FB0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FDA; }
p { color: rgb(251,15,218); }
H1.HeaderClassName
{
color: #FB0FDA;
}
.AnyTagClassName
{
color: #FB0FDA;
}
</style>
background-color css
<style>
a { background-color: #FB0FDA; }
a { background-color: rgb(251,15,218); }
div.DivClassName
{
background-color: #FB0FDA;
}
.BgClassName
{
background-color: #FB0FDA;
}
</style>
border-color css
<style>
span { border-color: #FB0FDA; }
span { border-color: rgb(251,15,218); }
td.TdClassName
{
border-color: #FB0FDA;
}
.TagClassName
{
border-color: #FB0FDA;
}
</style>