Shades of Hot Magenta #F301C4
Tints of Hot Magenta #F301C4
RGB
CMYK
RGB Variations
Color information
#F301C4 (or 0xF301C4) is known color: Hot Magenta. HEX triplet: F3, 01 and C4. RGB value is (243,1,196). Sum of RGB (Red+Green+Blue) = 243+1+196=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F301C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301C4 is #0CFE3B. Grayscale: #5F5F5F. Windows color (decimal): -851516 or 12845555. OLE color: 12845555.
HSL color Cylindrical-coordinate representation of color #F301C4: hue angle of 311.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301C4 is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.05 |
| HSL | 311.65º | 0.99% | 0.48% | - |
| HSV(B) | 311.65º | 1% | 0.95% | - |
| XYZ | 46.94 | 23.06 | 54.2 | - |
| YUV | 95.59 | 184.67 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 196 | 0 | 1.00 | 0.19 | 0.05 | 311.65 | 0.99 | 0.48 |
| Hex | F3 | 1 | C4 | 0 | 64 | 13 | 5 | 138 | 63 | 30 |
| Octal | 363 | 1 | 304 | 0 | 144 | 23 | 5 | 470 | 143 | 60 |
| Binary | 11110011 | 1 | 11000100 | 0 | 1100100 | 10011 | 101 | 100111000 | 1100011 | 110000 |
Color Harmonies of #F301C4
Complementary color
Monochromatic Colors of #F301C4
Black with #F301C4
Text Example
Text Example
White with #F301C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301C4; }
p { color: rgb(243,1,196); }
H1.HeaderClassName
{
color: #F301C4;
}
.AnyTagClassName
{
color: #F301C4;
}
</style>
background-color css
<style>
a { background-color: #F301C4; }
a { background-color: rgb(243,1,196); }
div.DivClassName
{
background-color: #F301C4;
}
.BgClassName
{
background-color: #F301C4;
}
</style>
border-color css
<style>
span { border-color: #F301C4; }
span { border-color: rgb(243,1,196); }
td.TdClassName
{
border-color: #F301C4;
}
.TagClassName
{
border-color: #F301C4;
}
</style>