Shades of Hot Magenta #F300D5
Tints of Hot Magenta #F300D5
RGB
CMYK
RGB Variations
Color information
#F300D5 (or 0xF300D5) is known color: Hot Magenta. HEX triplet: F3, 00 and D5. RGB value is (243,0,213). Sum of RGB (Red+Green+Blue) = 243+0+213=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F300D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300D5 is #0CFF2A. Grayscale: #606060. Windows color (decimal): -851755 or 13959411. OLE color: 13959411.
HSL color Cylindrical-coordinate representation of color #F300D5: hue angle of 307.41º 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 #F300D5 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.12 | 0.05 |
| HSL | 307.41º | 1% | 0.48% | - |
| HSV(B) | 307.41º | 1% | 0.95% | - |
| XYZ | 48.97 | 23.86 | 64.97 | - |
| YUV | 96.94 | 193.51 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 213 | 0 | 1 | 0.12 | 0.05 | 307.41 | 1 | 0.48 |
| Hex | F3 | 0 | D5 | 0 | 64 | C | 5 | 133 | 64 | 30 |
| Octal | 363 | 0 | 325 | 0 | 144 | 14 | 5 | 463 | 144 | 60 |
| Binary | 11110011 | 0 | 11010101 | 0 | 1100100 | 1100 | 101 | 100110011 | 1100100 | 110000 |
Color Harmonies of #F300D5
Complementary color
Monochromatic Colors of #F300D5
Black with #F300D5
Text Example
Text Example
White with #F300D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300D5; }
p { color: rgb(243,0,213); }
H1.HeaderClassName
{
color: #F300D5;
}
.AnyTagClassName
{
color: #F300D5;
}
</style>
background-color css
<style>
a { background-color: #F300D5; }
a { background-color: rgb(243,0,213); }
div.DivClassName
{
background-color: #F300D5;
}
.BgClassName
{
background-color: #F300D5;
}
</style>
border-color css
<style>
span { border-color: #F300D5; }
span { border-color: rgb(243,0,213); }
td.TdClassName
{
border-color: #F300D5;
}
.TagClassName
{
border-color: #F300D5;
}
</style>