Shades of Hot Magenta #FA06C5
Tints of Hot Magenta #FA06C5
RGB
CMYK
RGB Variations
Color information
#FA06C5 (or 0xFA06C5) is known color: Hot Magenta. HEX triplet: FA, 06 and C5. RGB value is (250,6,197). Sum of RGB (Red+Green+Blue) = 250+6+197=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA06C5 is #05F93A. Grayscale: #646464. Windows color (decimal): -391483 or 12912378. OLE color: 12912378.
HSL color Cylindrical-coordinate representation of color #FA06C5: hue angle of 313.03º degrees, saturation: 0.96, 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 #FA06C5 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 197 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.02 |
| HSL | 313.03º | 0.96% | 0.5% | - |
| HSV(B) | 313.03º | 0.98% | 0.98% | - |
| XYZ | 49.57 | 24.49 | 54.94 | - |
| YUV | 100.73 | 182.34 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 197 | 0 | 0.98 | 0.21 | 0.02 | 313.03 | 0.96 | 0.5 |
| Hex | FA | 6 | C5 | 0 | 62 | 15 | 2 | 139 | 60 | 32 |
| Octal | 372 | 6 | 305 | 0 | 142 | 25 | 2 | 471 | 140 | 62 |
| Binary | 11111010 | 110 | 11000101 | 0 | 1100010 | 10101 | 10 | 100111001 | 1100000 | 110010 |
Color Harmonies of #FA06C5
Complementary color
Monochromatic Colors of #FA06C5
Black with #FA06C5
Text Example
Text Example
White with #FA06C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA06C5; }
p { color: rgb(250,6,197); }
H1.HeaderClassName
{
color: #FA06C5;
}
.AnyTagClassName
{
color: #FA06C5;
}
</style>
background-color css
<style>
a { background-color: #FA06C5; }
a { background-color: rgb(250,6,197); }
div.DivClassName
{
background-color: #FA06C5;
}
.BgClassName
{
background-color: #FA06C5;
}
</style>
border-color css
<style>
span { border-color: #FA06C5; }
span { border-color: rgb(250,6,197); }
td.TdClassName
{
border-color: #FA06C5;
}
.TagClassName
{
border-color: #FA06C5;
}
</style>