Shades of Hot Magenta #F305E4
Tints of Hot Magenta #F305E4
RGB
CMYK
RGB Variations
Color information
#F305E4 (or 0xF305E4) is known color: Hot Magenta. HEX triplet: F3, 05 and E4. RGB value is (243,5,228). Sum of RGB (Red+Green+Blue) = 243+5+228=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F305E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305E4 is #0CFA1B. Grayscale: #646464. Windows color (decimal): -850460 or 14943731. OLE color: 14943731.
HSL color Cylindrical-coordinate representation of color #F305E4: hue angle of 303.78º 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 #F305E4 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 228 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.05 |
| HSL | 303.78º | 0.96% | 0.49% | - |
| HSV(B) | 303.78º | 0.98% | 0.95% | - |
| XYZ | 51.02 | 24.76 | 75.49 | - |
| YUV | 101.58 | 199.35 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 228 | 0 | 0.98 | 0.06 | 0.05 | 303.78 | 0.96 | 0.49 |
| Hex | F3 | 5 | E4 | 0 | 62 | 6 | 5 | 130 | 60 | 31 |
| Octal | 363 | 5 | 344 | 0 | 142 | 6 | 5 | 460 | 140 | 61 |
| Binary | 11110011 | 101 | 11100100 | 0 | 1100010 | 110 | 101 | 100110000 | 1100000 | 110001 |
Color Harmonies of #F305E4
Complementary color
Monochromatic Colors of #F305E4
Black with #F305E4
Text Example
Text Example
White with #F305E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305E4; }
p { color: rgb(243,5,228); }
H1.HeaderClassName
{
color: #F305E4;
}
.AnyTagClassName
{
color: #F305E4;
}
</style>
background-color css
<style>
a { background-color: #F305E4; }
a { background-color: rgb(243,5,228); }
div.DivClassName
{
background-color: #F305E4;
}
.BgClassName
{
background-color: #F305E4;
}
</style>
border-color css
<style>
span { border-color: #F305E4; }
span { border-color: rgb(243,5,228); }
td.TdClassName
{
border-color: #F305E4;
}
.TagClassName
{
border-color: #F305E4;
}
</style>