Shades of Hot Magenta #F102CA
Tints of Hot Magenta #F102CA
RGB
CMYK
RGB Variations
Color information
#F102CA (or 0xF102CA) is known color: Hot Magenta. HEX triplet: F1, 02 and CA. RGB value is (241,2,202). Sum of RGB (Red+Green+Blue) = 241+2+202=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F102CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F102CA is #0EFD35. Grayscale: #5F5F5F. Windows color (decimal): -982326 or 13239025. OLE color: 13239025.
HSL color Cylindrical-coordinate representation of color #F102CA: hue angle of 309.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102CA is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.05 |
| HSL | 309.79º | 0.98% | 0.48% | - |
| HSV(B) | 309.79º | 0.99% | 0.95% | - |
| XYZ | 46.96 | 23.01 | 57.84 | - |
| YUV | 96.26 | 187.68 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 202 | 0 | 0.99 | 0.16 | 0.05 | 309.79 | 0.98 | 0.48 |
| Hex | F1 | 2 | CA | 0 | 63 | 10 | 5 | 136 | 62 | 30 |
| Octal | 361 | 2 | 312 | 0 | 143 | 20 | 5 | 466 | 142 | 60 |
| Binary | 11110001 | 10 | 11001010 | 0 | 1100011 | 10000 | 101 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F102CA
Complementary color
Monochromatic Colors of #F102CA
Black with #F102CA
Text Example
Text Example
White with #F102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102CA; }
p { color: rgb(241,2,202); }
H1.HeaderClassName
{
color: #F102CA;
}
.AnyTagClassName
{
color: #F102CA;
}
</style>
background-color css
<style>
a { background-color: #F102CA; }
a { background-color: rgb(241,2,202); }
div.DivClassName
{
background-color: #F102CA;
}
.BgClassName
{
background-color: #F102CA;
}
</style>
border-color css
<style>
span { border-color: #F102CA; }
span { border-color: rgb(241,2,202); }
td.TdClassName
{
border-color: #F102CA;
}
.TagClassName
{
border-color: #F102CA;
}
</style>