Shades of Hot Magenta #F303CE
Tints of Hot Magenta #F303CE
RGB
CMYK
RGB Variations
Color information
#F303CE (or 0xF303CE) is known color: Hot Magenta. HEX triplet: F3, 03 and CE. RGB value is (243,3,206). Sum of RGB (Red+Green+Blue) = 243+3+206=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F303CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303CE is #0CFC31. Grayscale: #616161. Windows color (decimal): -850994 or 13501427. OLE color: 13501427.
HSL color Cylindrical-coordinate representation of color #F303CE: hue angle of 309.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303CE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309.25º | 0.98% | 0.48% | - |
| HSV(B) | 309.25º | 0.99% | 0.95% | - |
| XYZ | 48.14 | 23.58 | 60.41 | - |
| YUV | 97.9 | 189.01 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 206 | 0 | 0.99 | 0.15 | 0.05 | 309.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | CE | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 363 | 3 | 316 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110011 | 11 | 11001110 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F303CE
Complementary color
Monochromatic Colors of #F303CE
Black with #F303CE
Text Example
Text Example
White with #F303CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303CE; }
p { color: rgb(243,3,206); }
H1.HeaderClassName
{
color: #F303CE;
}
.AnyTagClassName
{
color: #F303CE;
}
</style>
background-color css
<style>
a { background-color: #F303CE; }
a { background-color: rgb(243,3,206); }
div.DivClassName
{
background-color: #F303CE;
}
.BgClassName
{
background-color: #F303CE;
}
</style>
border-color css
<style>
span { border-color: #F303CE; }
span { border-color: rgb(243,3,206); }
td.TdClassName
{
border-color: #F303CE;
}
.TagClassName
{
border-color: #F303CE;
}
</style>