Shades of Hot Magenta #F307CE
Tints of Hot Magenta #F307CE
RGB
CMYK
RGB Variations
Color information
#F307CE (or 0xF307CE) is known color: Hot Magenta. HEX triplet: F3, 07 and CE. RGB value is (243,7,206). Sum of RGB (Red+Green+Blue) = 243+7+206=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F307CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307CE is #0CF831. Grayscale: #636363. Windows color (decimal): -849970 or 13502451. OLE color: 13502451.
HSL color Cylindrical-coordinate representation of color #F307CE: hue angle of 309.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307CE is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.05 |
| HSL | 309.41º | 0.94% | 0.49% | - |
| HSV(B) | 309.41º | 0.97% | 0.95% | - |
| XYZ | 48.18 | 23.66 | 60.42 | - |
| YUV | 100.25 | 187.69 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 206 | 0 | 0.97 | 0.15 | 0.05 | 309.41 | 0.94 | 0.49 |
| Hex | F3 | 7 | CE | 0 | 61 | F | 5 | 135 | 5E | 31 |
| Octal | 363 | 7 | 316 | 0 | 141 | 17 | 5 | 465 | 136 | 61 |
| Binary | 11110011 | 111 | 11001110 | 0 | 1100001 | 1111 | 101 | 100110101 | 1011110 | 110001 |
Color Harmonies of #F307CE
Complementary color
Monochromatic Colors of #F307CE
Black with #F307CE
Text Example
Text Example
White with #F307CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307CE; }
p { color: rgb(243,7,206); }
H1.HeaderClassName
{
color: #F307CE;
}
.AnyTagClassName
{
color: #F307CE;
}
</style>
background-color css
<style>
a { background-color: #F307CE; }
a { background-color: rgb(243,7,206); }
div.DivClassName
{
background-color: #F307CE;
}
.BgClassName
{
background-color: #F307CE;
}
</style>
border-color css
<style>
span { border-color: #F307CE; }
span { border-color: rgb(243,7,206); }
td.TdClassName
{
border-color: #F307CE;
}
.TagClassName
{
border-color: #F307CE;
}
</style>