Shades of Hot Magenta #F308D5
Tints of Hot Magenta #F308D5
RGB
CMYK
RGB Variations
Color information
#F308D5 (or 0xF308D5) is known color: Hot Magenta. HEX triplet: F3, 08 and D5. RGB value is (243,8,213). Sum of RGB (Red+Green+Blue) = 243+8+213=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 8 (3.52% from 255 or 1.72% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F308D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308D5 is #0CF72A. Grayscale: #656565. Windows color (decimal): -849707 or 13961459. OLE color: 13961459.
HSL color Cylindrical-coordinate representation of color #F308D5: hue angle of 307.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F308D5 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 213 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.05 |
| HSL | 307.66º | 0.94% | 0.49% | - |
| HSV(B) | 307.66º | 0.97% | 0.95% | - |
| XYZ | 49.06 | 24.03 | 65 | - |
| YUV | 101.64 | 190.86 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 213 | 0 | 0.97 | 0.12 | 0.05 | 307.66 | 0.94 | 0.49 |
| Hex | F3 | 8 | D5 | 0 | 61 | C | 5 | 134 | 5E | 31 |
| Octal | 363 | 10 | 325 | 0 | 141 | 14 | 5 | 464 | 136 | 61 |
| Binary | 11110011 | 1000 | 11010101 | 0 | 1100001 | 1100 | 101 | 100110100 | 1011110 | 110001 |
Color Harmonies of #F308D5
Complementary color
Monochromatic Colors of #F308D5
Black with #F308D5
Text Example
Text Example
White with #F308D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308D5; }
p { color: rgb(243,8,213); }
H1.HeaderClassName
{
color: #F308D5;
}
.AnyTagClassName
{
color: #F308D5;
}
</style>
background-color css
<style>
a { background-color: #F308D5; }
a { background-color: rgb(243,8,213); }
div.DivClassName
{
background-color: #F308D5;
}
.BgClassName
{
background-color: #F308D5;
}
</style>
border-color css
<style>
span { border-color: #F308D5; }
span { border-color: rgb(243,8,213); }
td.TdClassName
{
border-color: #F308D5;
}
.TagClassName
{
border-color: #F308D5;
}
</style>