Shades of Hot Magenta #F301CF
Tints of Hot Magenta #F301CF
RGB
CMYK
RGB Variations
Color information
#F301CF (or 0xF301CF) is known color: Hot Magenta. HEX triplet: F3, 01 and CF. RGB value is (243,1,207). Sum of RGB (Red+Green+Blue) = 243+1+207=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F301CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301CF is #0CFE30. Grayscale: #606060. Windows color (decimal): -851505 or 13566451. OLE color: 13566451.
HSL color Cylindrical-coordinate representation of color #F301CF: hue angle of 308.93º 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 #F301CF is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.05 |
| HSL | 308.93º | 0.99% | 0.48% | - |
| HSV(B) | 308.93º | 1% | 0.95% | - |
| XYZ | 48.24 | 23.58 | 61.04 | - |
| YUV | 96.84 | 190.17 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 207 | 0 | 1.00 | 0.15 | 0.05 | 308.93 | 0.99 | 0.48 |
| Hex | F3 | 1 | CF | 0 | 64 | F | 5 | 135 | 63 | 30 |
| Octal | 363 | 1 | 317 | 0 | 144 | 17 | 5 | 465 | 143 | 60 |
| Binary | 11110011 | 1 | 11001111 | 0 | 1100100 | 1111 | 101 | 100110101 | 1100011 | 110000 |
Color Harmonies of #F301CF
Complementary color
Monochromatic Colors of #F301CF
Black with #F301CF
Text Example
Text Example
White with #F301CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301CF; }
p { color: rgb(243,1,207); }
H1.HeaderClassName
{
color: #F301CF;
}
.AnyTagClassName
{
color: #F301CF;
}
</style>
background-color css
<style>
a { background-color: #F301CF; }
a { background-color: rgb(243,1,207); }
div.DivClassName
{
background-color: #F301CF;
}
.BgClassName
{
background-color: #F301CF;
}
</style>
border-color css
<style>
span { border-color: #F301CF; }
span { border-color: rgb(243,1,207); }
td.TdClassName
{
border-color: #F301CF;
}
.TagClassName
{
border-color: #F301CF;
}
</style>