Shades of Hot Magenta #F305DC
Tints of Hot Magenta #F305DC
RGB
CMYK
RGB Variations
Color information
#F305DC (or 0xF305DC) is known color: Hot Magenta. HEX triplet: F3, 05 and DC. RGB value is (243,5,220). Sum of RGB (Red+Green+Blue) = 243+5+220=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F305DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305DC is #0CFA23. Grayscale: #646464. Windows color (decimal): -850468 or 14419443. OLE color: 14419443.
HSL color Cylindrical-coordinate representation of color #F305DC: hue angle of 305.8º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305DC is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.8º | 0.96% | 0.49% | - |
| HSV(B) | 305.8º | 0.98% | 0.95% | - |
| XYZ | 49.93 | 24.33 | 69.77 | - |
| YUV | 100.67 | 195.35 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 220 | 0 | 0.98 | 0.09 | 0.05 | 305.8 | 0.96 | 0.49 |
| Hex | F3 | 5 | DC | 0 | 62 | 9 | 5 | 132 | 60 | 31 |
| Octal | 363 | 5 | 334 | 0 | 142 | 11 | 5 | 462 | 140 | 61 |
| Binary | 11110011 | 101 | 11011100 | 0 | 1100010 | 1001 | 101 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F305DC
Complementary color
Monochromatic Colors of #F305DC
Black with #F305DC
Text Example
Text Example
White with #F305DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305DC; }
p { color: rgb(243,5,220); }
H1.HeaderClassName
{
color: #F305DC;
}
.AnyTagClassName
{
color: #F305DC;
}
</style>
background-color css
<style>
a { background-color: #F305DC; }
a { background-color: rgb(243,5,220); }
div.DivClassName
{
background-color: #F305DC;
}
.BgClassName
{
background-color: #F305DC;
}
</style>
border-color css
<style>
span { border-color: #F305DC; }
span { border-color: rgb(243,5,220); }
td.TdClassName
{
border-color: #F305DC;
}
.TagClassName
{
border-color: #F305DC;
}
</style>