Shades of Hot Magenta #F303D2
Tints of Hot Magenta #F303D2
RGB
CMYK
RGB Variations
Color information
#F303D2 (or 0xF303D2) is known color: Hot Magenta. HEX triplet: F3, 03 and D2. RGB value is (243,3,210). Sum of RGB (Red+Green+Blue) = 243+3+210=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F303D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303D2 is #0CFC2D. Grayscale: #616161. Windows color (decimal): -850990 or 13763571. OLE color: 13763571.
HSL color Cylindrical-coordinate representation of color #F303D2: hue angle of 308.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 #F303D2 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 210 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.05 |
| HSL | 308.25º | 0.98% | 0.48% | - |
| HSV(B) | 308.25º | 0.99% | 0.95% | - |
| XYZ | 48.63 | 23.77 | 63 | - |
| YUV | 98.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 210 | 0 | 0.99 | 0.14 | 0.05 | 308.25 | 0.98 | 0.48 |
| Hex | F3 | 3 | D2 | 0 | 63 | E | 5 | 134 | 62 | 30 |
| Octal | 363 | 3 | 322 | 0 | 143 | 16 | 5 | 464 | 142 | 60 |
| Binary | 11110011 | 11 | 11010010 | 0 | 1100011 | 1110 | 101 | 100110100 | 1100010 | 110000 |
Color Harmonies of #F303D2
Complementary color
Monochromatic Colors of #F303D2
Black with #F303D2
Text Example
Text Example
White with #F303D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303D2; }
p { color: rgb(243,3,210); }
H1.HeaderClassName
{
color: #F303D2;
}
.AnyTagClassName
{
color: #F303D2;
}
</style>
background-color css
<style>
a { background-color: #F303D2; }
a { background-color: rgb(243,3,210); }
div.DivClassName
{
background-color: #F303D2;
}
.BgClassName
{
background-color: #F303D2;
}
</style>
border-color css
<style>
span { border-color: #F303D2; }
span { border-color: rgb(243,3,210); }
td.TdClassName
{
border-color: #F303D2;
}
.TagClassName
{
border-color: #F303D2;
}
</style>