Shades of Hot Magenta #F605CA
Tints of Hot Magenta #F605CA
RGB
CMYK
RGB Variations
Color information
#F605CA (or 0xF605CA) is known color: Hot Magenta. HEX triplet: F6, 05 and CA. RGB value is (246,5,202). Sum of RGB (Red+Green+Blue) = 246+5+202=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F605CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605CA is #09FA35. Grayscale: #626262. Windows color (decimal): -653878 or 13239798. OLE color: 13239798.
HSL color Cylindrical-coordinate representation of color #F605CA: hue angle of 310.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605CA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.04 |
| HSL | 310.95º | 0.96% | 0.49% | - |
| HSV(B) | 310.95º | 0.98% | 0.96% | - |
| XYZ | 48.72 | 23.97 | 57.94 | - |
| YUV | 99.52 | 185.84 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 202 | 0 | 0.98 | 0.18 | 0.04 | 310.95 | 0.96 | 0.49 |
| Hex | F6 | 5 | CA | 0 | 62 | 12 | 4 | 137 | 60 | 31 |
| Octal | 366 | 5 | 312 | 0 | 142 | 22 | 4 | 467 | 140 | 61 |
| Binary | 11110110 | 101 | 11001010 | 0 | 1100010 | 10010 | 100 | 100110111 | 1100000 | 110001 |
Color Harmonies of #F605CA
Complementary color
Monochromatic Colors of #F605CA
Black with #F605CA
Text Example
Text Example
White with #F605CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605CA; }
p { color: rgb(246,5,202); }
H1.HeaderClassName
{
color: #F605CA;
}
.AnyTagClassName
{
color: #F605CA;
}
</style>
background-color css
<style>
a { background-color: #F605CA; }
a { background-color: rgb(246,5,202); }
div.DivClassName
{
background-color: #F605CA;
}
.BgClassName
{
background-color: #F605CA;
}
</style>
border-color css
<style>
span { border-color: #F605CA; }
span { border-color: rgb(246,5,202); }
td.TdClassName
{
border-color: #F605CA;
}
.TagClassName
{
border-color: #F605CA;
}
</style>