Shades of Hot Magenta #FB09CB
Tints of Hot Magenta #FB09CB
RGB
CMYK
RGB Variations
Color information
#FB09CB (or 0xFB09CB) is known color: Hot Magenta. HEX triplet: FB, 09 and CB. RGB value is (251,9,203). Sum of RGB (Red+Green+Blue) = 251+9+203=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09CB is #04F634. Grayscale: #666666. Windows color (decimal): -325173 or 13306363. OLE color: 13306363.
HSL color Cylindrical-coordinate representation of color #FB09CB: hue angle of 311.9º 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 #FB09CB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.02 |
| HSL | 311.9º | 0.97% | 0.51% | - |
| HSV(B) | 311.9º | 0.96% | 0.98% | - |
| XYZ | 50.66 | 25.02 | 58.66 | - |
| YUV | 103.47 | 184.17 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 203 | 0 | 0.96 | 0.19 | 0.02 | 311.9 | 0.97 | 0.51 |
| Hex | FB | 9 | CB | 0 | 60 | 13 | 2 | 138 | 61 | 33 |
| Octal | 373 | 11 | 313 | 0 | 140 | 23 | 2 | 470 | 141 | 63 |
| Binary | 11111011 | 1001 | 11001011 | 0 | 1100000 | 10011 | 10 | 100111000 | 1100001 | 110011 |
Color Harmonies of #FB09CB
Complementary color
Monochromatic Colors of #FB09CB
Black with #FB09CB
Text Example
Text Example
White with #FB09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB09CB; }
p { color: rgb(251,9,203); }
H1.HeaderClassName
{
color: #FB09CB;
}
.AnyTagClassName
{
color: #FB09CB;
}
</style>
background-color css
<style>
a { background-color: #FB09CB; }
a { background-color: rgb(251,9,203); }
div.DivClassName
{
background-color: #FB09CB;
}
.BgClassName
{
background-color: #FB09CB;
}
</style>
border-color css
<style>
span { border-color: #FB09CB; }
span { border-color: rgb(251,9,203); }
td.TdClassName
{
border-color: #FB09CB;
}
.TagClassName
{
border-color: #FB09CB;
}
</style>