Shades of Hot Magenta #F601CA
Tints of Hot Magenta #F601CA
RGB
CMYK
RGB Variations
Color information
#F601CA (or 0xF601CA) is known color: Hot Magenta. HEX triplet: F6, 01 and CA. RGB value is (246,1,202). Sum of RGB (Red+Green+Blue) = 246+1+202=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F601CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601CA is #09FE35. Grayscale: #606060. Windows color (decimal): -654902 or 13238774. OLE color: 13238774.
HSL color Cylindrical-coordinate representation of color #F601CA: hue angle of 310.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601CA is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.04 |
| HSL | 310.78º | 0.99% | 0.48% | - |
| HSV(B) | 310.78º | 1% | 0.96% | - |
| XYZ | 48.68 | 23.88 | 57.92 | - |
| YUV | 97.17 | 187.17 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 202 | 0 | 1.00 | 0.18 | 0.04 | 310.78 | 0.99 | 0.48 |
| Hex | F6 | 1 | CA | 0 | 64 | 12 | 4 | 137 | 63 | 30 |
| Octal | 366 | 1 | 312 | 0 | 144 | 22 | 4 | 467 | 143 | 60 |
| Binary | 11110110 | 1 | 11001010 | 0 | 1100100 | 10010 | 100 | 100110111 | 1100011 | 110000 |
Color Harmonies of #F601CA
Complementary color
Monochromatic Colors of #F601CA
Black with #F601CA
Text Example
Text Example
White with #F601CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601CA; }
p { color: rgb(246,1,202); }
H1.HeaderClassName
{
color: #F601CA;
}
.AnyTagClassName
{
color: #F601CA;
}
</style>
background-color css
<style>
a { background-color: #F601CA; }
a { background-color: rgb(246,1,202); }
div.DivClassName
{
background-color: #F601CA;
}
.BgClassName
{
background-color: #F601CA;
}
</style>
border-color css
<style>
span { border-color: #F601CA; }
span { border-color: rgb(246,1,202); }
td.TdClassName
{
border-color: #F601CA;
}
.TagClassName
{
border-color: #F601CA;
}
</style>