Shades of Hot Magenta #F301CC
Tints of Hot Magenta #F301CC
RGB
CMYK
RGB Variations
Color information
#F301CC (or 0xF301CC) is known color: Hot Magenta. HEX triplet: F3, 01 and CC. RGB value is (243,1,204). Sum of RGB (Red+Green+Blue) = 243+1+204=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F301CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301CC is #0CFE33. Grayscale: #5F5F5F. Windows color (decimal): -851508 or 13369843. OLE color: 13369843.
HSL color Cylindrical-coordinate representation of color #F301CC: hue angle of 309.67º 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 #F301CC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.05 |
| HSL | 309.67º | 0.99% | 0.48% | - |
| HSV(B) | 309.67º | 1% | 0.95% | - |
| XYZ | 47.87 | 23.44 | 59.13 | - |
| YUV | 96.5 | 188.67 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 204 | 0 | 1.00 | 0.16 | 0.05 | 309.67 | 0.99 | 0.48 |
| Hex | F3 | 1 | CC | 0 | 64 | 10 | 5 | 136 | 63 | 30 |
| Octal | 363 | 1 | 314 | 0 | 144 | 20 | 5 | 466 | 143 | 60 |
| Binary | 11110011 | 1 | 11001100 | 0 | 1100100 | 10000 | 101 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F301CC
Complementary color
Monochromatic Colors of #F301CC
Black with #F301CC
Text Example
Text Example
White with #F301CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301CC; }
p { color: rgb(243,1,204); }
H1.HeaderClassName
{
color: #F301CC;
}
.AnyTagClassName
{
color: #F301CC;
}
</style>
background-color css
<style>
a { background-color: #F301CC; }
a { background-color: rgb(243,1,204); }
div.DivClassName
{
background-color: #F301CC;
}
.BgClassName
{
background-color: #F301CC;
}
</style>
border-color css
<style>
span { border-color: #F301CC; }
span { border-color: rgb(243,1,204); }
td.TdClassName
{
border-color: #F301CC;
}
.TagClassName
{
border-color: #F301CC;
}
</style>