Shades of Magenta #F303F9
Tints of Magenta #F303F9
RGB
CMYK
RGB Variations
Color information
#F303F9 (or 0xF303F9) is known color: Magenta. HEX triplet: F3, 03 and F9. RGB value is (243,3,249). Sum of RGB (Red+Green+Blue) = 243+3+249=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #F303F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F303F9 is #0CFC06. Grayscale: #666666. Windows color (decimal): -850951 or 16319475. OLE color: 16319475.
HSL color Cylindrical-coordinate representation of color #F303F9: hue angle of 298.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303F9 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 3 | 249 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.02 |
| HSL | 298.54º | 0.98% | 0.49% | - |
| HSV(B) | 298.54º | 0.99% | 0.98% | - |
| XYZ | 54.09 | 25.96 | 91.78 | - |
| YUV | 102.8 | 210.51 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 249 | 0.02 | 0.99 | 0 | 0.02 | 298.54 | 0.98 | 0.49 |
| Hex | F3 | 3 | F9 | 2 | 63 | 0 | 2 | 12B | 62 | 31 |
| Octal | 363 | 3 | 371 | 2 | 143 | 0 | 2 | 453 | 142 | 61 |
| Binary | 11110011 | 11 | 11111001 | 10 | 1100011 | 0 | 10 | 100101011 | 1100010 | 110001 |
Color Harmonies of #F303F9
Complementary color
Monochromatic Colors of #F303F9
Black with #F303F9
Text Example
Text Example
White with #F303F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303F9; }
p { color: rgb(243,3,249); }
H1.HeaderClassName
{
color: #F303F9;
}
.AnyTagClassName
{
color: #F303F9;
}
</style>
background-color css
<style>
a { background-color: #F303F9; }
a { background-color: rgb(243,3,249); }
div.DivClassName
{
background-color: #F303F9;
}
.BgClassName
{
background-color: #F303F9;
}
</style>
border-color css
<style>
span { border-color: #F303F9; }
span { border-color: rgb(243,3,249); }
td.TdClassName
{
border-color: #F303F9;
}
.TagClassName
{
border-color: #F303F9;
}
</style>