Shades of Hot Magenta #F309D2
Tints of Hot Magenta #F309D2
RGB
CMYK
RGB Variations
Color information
#F309D2 (or 0xF309D2) is known color: Hot Magenta. HEX triplet: F3, 09 and D2. RGB value is (243,9,210). Sum of RGB (Red+Green+Blue) = 243+9+210=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F309D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309D2 is #0CF62D. Grayscale: #656565. Windows color (decimal): -849454 or 13765107. OLE color: 13765107.
HSL color Cylindrical-coordinate representation of color #F309D2: hue angle of 308.46º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309D2 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.05 |
| HSL | 308.46º | 0.93% | 0.49% | - |
| HSV(B) | 308.46º | 0.96% | 0.95% | - |
| XYZ | 48.69 | 23.9 | 63.02 | - |
| YUV | 101.88 | 189.02 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 210 | 0 | 0.96 | 0.14 | 0.05 | 308.46 | 0.93 | 0.49 |
| Hex | F3 | 9 | D2 | 0 | 60 | E | 5 | 134 | 5D | 31 |
| Octal | 363 | 11 | 322 | 0 | 140 | 16 | 5 | 464 | 135 | 61 |
| Binary | 11110011 | 1001 | 11010010 | 0 | 1100000 | 1110 | 101 | 100110100 | 1011101 | 110001 |
Color Harmonies of #F309D2
Complementary color
Monochromatic Colors of #F309D2
Black with #F309D2
Text Example
Text Example
White with #F309D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309D2; }
p { color: rgb(243,9,210); }
H1.HeaderClassName
{
color: #F309D2;
}
.AnyTagClassName
{
color: #F309D2;
}
</style>
background-color css
<style>
a { background-color: #F309D2; }
a { background-color: rgb(243,9,210); }
div.DivClassName
{
background-color: #F309D2;
}
.BgClassName
{
background-color: #F309D2;
}
</style>
border-color css
<style>
span { border-color: #F309D2; }
span { border-color: rgb(243,9,210); }
td.TdClassName
{
border-color: #F309D2;
}
.TagClassName
{
border-color: #F309D2;
}
</style>