Shades of Hot Magenta #F308D2
Tints of Hot Magenta #F308D2
RGB
CMYK
RGB Variations
Color information
#F308D2 (or 0xF308D2) is known color: Hot Magenta. HEX triplet: F3, 08 and D2. RGB value is (243,8,210). Sum of RGB (Red+Green+Blue) = 243+8+210=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F308D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F308D2 is #0CF72D. Grayscale: #646464. Windows color (decimal): -849710 or 13764851. OLE color: 13764851.
HSL color Cylindrical-coordinate representation of color #F308D2: hue angle of 308.43º 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 #F308D2 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 210 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.05 |
| HSL | 308.43º | 0.94% | 0.49% | - |
| HSV(B) | 308.43º | 0.97% | 0.95% | - |
| XYZ | 48.68 | 23.88 | 63.02 | - |
| YUV | 101.29 | 189.36 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 210 | 0 | 0.97 | 0.14 | 0.05 | 308.43 | 0.94 | 0.49 |
| Hex | F3 | 8 | D2 | 0 | 61 | E | 5 | 134 | 5E | 31 |
| Octal | 363 | 10 | 322 | 0 | 141 | 16 | 5 | 464 | 136 | 61 |
| Binary | 11110011 | 1000 | 11010010 | 0 | 1100001 | 1110 | 101 | 100110100 | 1011110 | 110001 |
Color Harmonies of #F308D2
Complementary color
Monochromatic Colors of #F308D2
Black with #F308D2
Text Example
Text Example
White with #F308D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308D2; }
p { color: rgb(243,8,210); }
H1.HeaderClassName
{
color: #F308D2;
}
.AnyTagClassName
{
color: #F308D2;
}
</style>
background-color css
<style>
a { background-color: #F308D2; }
a { background-color: rgb(243,8,210); }
div.DivClassName
{
background-color: #F308D2;
}
.BgClassName
{
background-color: #F308D2;
}
</style>
border-color css
<style>
span { border-color: #F308D2; }
span { border-color: rgb(243,8,210); }
td.TdClassName
{
border-color: #F308D2;
}
.TagClassName
{
border-color: #F308D2;
}
</style>