Shades of Hot Magenta #F304CE
Tints of Hot Magenta #F304CE
RGB
CMYK
RGB Variations
Color information
#F304CE (or 0xF304CE) is known color: Hot Magenta. HEX triplet: F3, 04 and CE. RGB value is (243,4,206). Sum of RGB (Red+Green+Blue) = 243+4+206=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F304CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304CE is #0CFB31. Grayscale: #616161. Windows color (decimal): -850738 or 13501683. OLE color: 13501683.
HSL color Cylindrical-coordinate representation of color #F304CE: hue angle of 309.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304CE is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 206 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.05 |
| HSL | 309.29º | 0.97% | 0.48% | - |
| HSV(B) | 309.29º | 0.98% | 0.95% | - |
| XYZ | 48.15 | 23.6 | 60.41 | - |
| YUV | 98.49 | 188.68 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 206 | 0 | 0.98 | 0.15 | 0.05 | 309.29 | 0.97 | 0.48 |
| Hex | F3 | 4 | CE | 0 | 62 | F | 5 | 135 | 61 | 30 |
| Octal | 363 | 4 | 316 | 0 | 142 | 17 | 5 | 465 | 141 | 60 |
| Binary | 11110011 | 100 | 11001110 | 0 | 1100010 | 1111 | 101 | 100110101 | 1100001 | 110000 |
Color Harmonies of #F304CE
Complementary color
Monochromatic Colors of #F304CE
Black with #F304CE
Text Example
Text Example
White with #F304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304CE; }
p { color: rgb(243,4,206); }
H1.HeaderClassName
{
color: #F304CE;
}
.AnyTagClassName
{
color: #F304CE;
}
</style>
background-color css
<style>
a { background-color: #F304CE; }
a { background-color: rgb(243,4,206); }
div.DivClassName
{
background-color: #F304CE;
}
.BgClassName
{
background-color: #F304CE;
}
</style>
border-color css
<style>
span { border-color: #F304CE; }
span { border-color: rgb(243,4,206); }
td.TdClassName
{
border-color: #F304CE;
}
.TagClassName
{
border-color: #F304CE;
}
</style>