Shades of Hot Magenta #FA0BDF
Tints of Hot Magenta #FA0BDF
RGB
CMYK
RGB Variations
Color information
#FA0BDF (or 0xFA0BDF) is known color: Hot Magenta. HEX triplet: FA, 0B and DF. RGB value is (250,11,223). Sum of RGB (Red+Green+Blue) = 250+11+223=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BDF is #05F420. Grayscale: #6A6A6A. Windows color (decimal): -390177 or 14617594. OLE color: 14617594.
HSL color Cylindrical-coordinate representation of color #FA0BDF: hue angle of 306.78º degrees, saturation: 0.96, 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 #FA0BDF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 223 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.02 |
| HSL | 306.78º | 0.96% | 0.51% | - |
| HSV(B) | 306.78º | 0.96% | 0.98% | - |
| XYZ | 52.86 | 25.89 | 72.02 | - |
| YUV | 106.63 | 193.68 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 223 | 0 | 0.96 | 0.11 | 0.02 | 306.78 | 0.96 | 0.51 |
| Hex | FA | B | DF | 0 | 60 | B | 2 | 133 | 60 | 33 |
| Octal | 372 | 13 | 337 | 0 | 140 | 13 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1011 | 11011111 | 0 | 1100000 | 1011 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA0BDF
Complementary color
Monochromatic Colors of #FA0BDF
Black with #FA0BDF
Text Example
Text Example
White with #FA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BDF; }
p { color: rgb(250,11,223); }
H1.HeaderClassName
{
color: #FA0BDF;
}
.AnyTagClassName
{
color: #FA0BDF;
}
</style>
background-color css
<style>
a { background-color: #FA0BDF; }
a { background-color: rgb(250,11,223); }
div.DivClassName
{
background-color: #FA0BDF;
}
.BgClassName
{
background-color: #FA0BDF;
}
</style>
border-color css
<style>
span { border-color: #FA0BDF; }
span { border-color: rgb(250,11,223); }
td.TdClassName
{
border-color: #FA0BDF;
}
.TagClassName
{
border-color: #FA0BDF;
}
</style>