Shades of Hot Magenta #F305D2
Tints of Hot Magenta #F305D2
RGB
CMYK
RGB Variations
Color information
#F305D2 (or 0xF305D2) is known color: Hot Magenta. HEX triplet: F3, 05 and D2. RGB value is (243,5,210). Sum of RGB (Red+Green+Blue) = 243+5+210=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F305D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305D2 is #0CFA2D. Grayscale: #626262. Windows color (decimal): -850478 or 13764083. OLE color: 13764083.
HSL color Cylindrical-coordinate representation of color #F305D2: hue angle of 308.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305D2 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.05 |
| HSL | 308.32º | 0.96% | 0.49% | - |
| HSV(B) | 308.32º | 0.98% | 0.95% | - |
| XYZ | 48.65 | 23.82 | 63.01 | - |
| YUV | 99.53 | 190.35 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 210 | 0 | 0.98 | 0.14 | 0.05 | 308.32 | 0.96 | 0.49 |
| Hex | F3 | 5 | D2 | 0 | 62 | E | 5 | 134 | 60 | 31 |
| Octal | 363 | 5 | 322 | 0 | 142 | 16 | 5 | 464 | 140 | 61 |
| Binary | 11110011 | 101 | 11010010 | 0 | 1100010 | 1110 | 101 | 100110100 | 1100000 | 110001 |
Color Harmonies of #F305D2
Complementary color
Monochromatic Colors of #F305D2
Black with #F305D2
Text Example
Text Example
White with #F305D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305D2; }
p { color: rgb(243,5,210); }
H1.HeaderClassName
{
color: #F305D2;
}
.AnyTagClassName
{
color: #F305D2;
}
</style>
background-color css
<style>
a { background-color: #F305D2; }
a { background-color: rgb(243,5,210); }
div.DivClassName
{
background-color: #F305D2;
}
.BgClassName
{
background-color: #F305D2;
}
</style>
border-color css
<style>
span { border-color: #F305D2; }
span { border-color: rgb(243,5,210); }
td.TdClassName
{
border-color: #F305D2;
}
.TagClassName
{
border-color: #F305D2;
}
</style>