Shades of Hot Magenta #F303D3
Tints of Hot Magenta #F303D3
RGB
CMYK
RGB Variations
Color information
#F303D3 (or 0xF303D3) is known color: Hot Magenta. HEX triplet: F3, 03 and D3. RGB value is (243,3,211). Sum of RGB (Red+Green+Blue) = 243+3+211=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F303D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303D3 is #0CFC2C. Grayscale: #616161. Windows color (decimal): -850989 or 13829107. OLE color: 13829107.
HSL color Cylindrical-coordinate representation of color #F303D3: hue angle of 308º 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 #F303D3 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 211 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.05 |
| HSL | 308º | 0.98% | 0.48% | - |
| HSV(B) | 308º | 0.99% | 0.95% | - |
| XYZ | 48.75 | 23.82 | 63.66 | - |
| YUV | 98.47 | 191.51 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 211 | 0 | 0.99 | 0.13 | 0.05 | 308 | 0.98 | 0.48 |
| Hex | F3 | 3 | D3 | 0 | 63 | D | 5 | 134 | 62 | 30 |
| Octal | 363 | 3 | 323 | 0 | 143 | 15 | 5 | 464 | 142 | 60 |
| Binary | 11110011 | 11 | 11010011 | 0 | 1100011 | 1101 | 101 | 100110100 | 1100010 | 110000 |
Color Harmonies of #F303D3
Complementary color
Monochromatic Colors of #F303D3
Black with #F303D3
Text Example
Text Example
White with #F303D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303D3; }
p { color: rgb(243,3,211); }
H1.HeaderClassName
{
color: #F303D3;
}
.AnyTagClassName
{
color: #F303D3;
}
</style>
background-color css
<style>
a { background-color: #F303D3; }
a { background-color: rgb(243,3,211); }
div.DivClassName
{
background-color: #F303D3;
}
.BgClassName
{
background-color: #F303D3;
}
</style>
border-color css
<style>
span { border-color: #F303D3; }
span { border-color: rgb(243,3,211); }
td.TdClassName
{
border-color: #F303D3;
}
.TagClassName
{
border-color: #F303D3;
}
</style>