Shades of Magenta #F305F6
Tints of Magenta #F305F6
RGB
CMYK
RGB Variations
Color information
#F305F6 (or 0xF305F6) is known color: Magenta. HEX triplet: F3, 05 and F6. RGB value is (243,5,246). Sum of RGB (Red+Green+Blue) = 243+5+246=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #F305F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305F6 is #0CFA09. Grayscale: #666666. Windows color (decimal): -850442 or 16123379. OLE color: 16123379.
HSL color Cylindrical-coordinate representation of color #F305F6: hue angle of 299.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305F6 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 5 | 246 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.04 |
| HSL | 299.25º | 0.96% | 0.49% | - |
| HSV(B) | 299.25º | 0.98% | 0.96% | - |
| XYZ | 53.65 | 25.82 | 89.34 | - |
| YUV | 103.64 | 208.35 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 246 | 0.01 | 0.98 | 0 | 0.04 | 299.25 | 0.96 | 0.49 |
| Hex | F3 | 5 | F6 | 1 | 62 | 0 | 4 | 12B | 60 | 31 |
| Octal | 363 | 5 | 366 | 1 | 142 | 0 | 4 | 453 | 140 | 61 |
| Binary | 11110011 | 101 | 11110110 | 1 | 1100010 | 0 | 100 | 100101011 | 1100000 | 110001 |
Color Harmonies of #F305F6
Complementary color
Monochromatic Colors of #F305F6
Black with #F305F6
Text Example
Text Example
White with #F305F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305F6; }
p { color: rgb(243,5,246); }
H1.HeaderClassName
{
color: #F305F6;
}
.AnyTagClassName
{
color: #F305F6;
}
</style>
background-color css
<style>
a { background-color: #F305F6; }
a { background-color: rgb(243,5,246); }
div.DivClassName
{
background-color: #F305F6;
}
.BgClassName
{
background-color: #F305F6;
}
</style>
border-color css
<style>
span { border-color: #F305F6; }
span { border-color: rgb(243,5,246); }
td.TdClassName
{
border-color: #F305F6;
}
.TagClassName
{
border-color: #F305F6;
}
</style>