Shades of Hot Magenta #F300D4
Tints of Hot Magenta #F300D4
RGB
CMYK
RGB Variations
Color information
#F300D4 (or 0xF300D4) is known color: Hot Magenta. HEX triplet: F3, 00 and D4. RGB value is (243,0,212). Sum of RGB (Red+Green+Blue) = 243+0+212=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D4 is #0CFF2B. Grayscale: #606060. Windows color (decimal): -851756 or 13893875. OLE color: 13893875.
HSL color Cylindrical-coordinate representation of color #F300D4: hue angle of 307.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300D4 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.13 | 0.05 |
| HSL | 307.65º | 1% | 0.48% | - |
| HSV(B) | 307.65º | 1% | 0.95% | - |
| XYZ | 48.85 | 23.81 | 64.31 | - |
| YUV | 96.83 | 193.01 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 212 | 0 | 1 | 0.13 | 0.05 | 307.65 | 1 | 0.48 |
| Hex | F3 | 0 | D4 | 0 | 64 | D | 5 | 134 | 64 | 30 |
| Octal | 363 | 0 | 324 | 0 | 144 | 15 | 5 | 464 | 144 | 60 |
| Binary | 11110011 | 0 | 11010100 | 0 | 1100100 | 1101 | 101 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F300D4
Complementary color
Monochromatic Colors of #F300D4
Black with #F300D4
Text Example
Text Example
White with #F300D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300D4; }
p { color: rgb(243,0,212); }
H1.HeaderClassName
{
color: #F300D4;
}
.AnyTagClassName
{
color: #F300D4;
}
</style>
background-color css
<style>
a { background-color: #F300D4; }
a { background-color: rgb(243,0,212); }
div.DivClassName
{
background-color: #F300D4;
}
.BgClassName
{
background-color: #F300D4;
}
</style>
border-color css
<style>
span { border-color: #F300D4; }
span { border-color: rgb(243,0,212); }
td.TdClassName
{
border-color: #F300D4;
}
.TagClassName
{
border-color: #F300D4;
}
</style>