Shades of Hot Magenta #FB09C9
Tints of Hot Magenta #FB09C9
RGB
CMYK
RGB Variations
Color information
#FB09C9 (or 0xFB09C9) is known color: Hot Magenta. HEX triplet: FB, 09 and C9. RGB value is (251,9,201). Sum of RGB (Red+Green+Blue) = 251+9+201=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09C9 is #04F636. Grayscale: #666666. Windows color (decimal): -325175 or 13175291. OLE color: 13175291.
HSL color Cylindrical-coordinate representation of color #FB09C9: hue angle of 312.4º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.02 |
| HSL | 312.4º | 0.97% | 0.51% | - |
| HSV(B) | 312.4º | 0.96% | 0.98% | - |
| XYZ | 50.42 | 24.92 | 57.41 | - |
| YUV | 103.25 | 183.17 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 201 | 0 | 0.96 | 0.20 | 0.02 | 312.4 | 0.97 | 0.51 |
| Hex | FB | 9 | C9 | 0 | 60 | 14 | 2 | 138 | 61 | 33 |
| Octal | 373 | 11 | 311 | 0 | 140 | 24 | 2 | 470 | 141 | 63 |
| Binary | 11111011 | 1001 | 11001001 | 0 | 1100000 | 10100 | 10 | 100111000 | 1100001 | 110011 |
Color Harmonies of #FB09C9
Complementary color
Monochromatic Colors of #FB09C9
Black with #FB09C9
Text Example
Text Example
White with #FB09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09C9; }
p { color: rgb(251,9,201); }
H1.HeaderClassName
{
color: #FB09C9;
}
.AnyTagClassName
{
color: #FB09C9;
}
</style>
background-color css
<style>
a { background-color: #FB09C9; }
a { background-color: rgb(251,9,201); }
div.DivClassName
{
background-color: #FB09C9;
}
.BgClassName
{
background-color: #FB09C9;
}
</style>
border-color css
<style>
span { border-color: #FB09C9; }
span { border-color: rgb(251,9,201); }
td.TdClassName
{
border-color: #FB09C9;
}
.TagClassName
{
border-color: #FB09C9;
}
</style>