Shades of Hot Magenta #F30BDD
Tints of Hot Magenta #F30BDD
RGB
CMYK
RGB Variations
Color information
#F30BDD (or 0xF30BDD) is known color: Hot Magenta. HEX triplet: F3, 0B and DD. RGB value is (243,11,221). Sum of RGB (Red+Green+Blue) = 243+11+221=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BDD is #0CF422. Grayscale: #676767. Windows color (decimal): -848931 or 14486515. OLE color: 14486515.
HSL color Cylindrical-coordinate representation of color #F30BDD: hue angle of 305.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BDD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 221 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.69º | 0.91% | 0.5% | - |
| HSV(B) | 305.69º | 0.95% | 0.95% | - |
| XYZ | 50.13 | 24.51 | 70.5 | - |
| YUV | 104.31 | 193.86 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 221 | 0 | 0.95 | 0.09 | 0.05 | 305.69 | 0.91 | 0.5 |
| Hex | F3 | B | DD | 0 | 5F | 9 | 5 | 132 | 5B | 32 |
| Octal | 363 | 13 | 335 | 0 | 137 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1011 | 11011101 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30BDD
Complementary color
Monochromatic Colors of #F30BDD
Black with #F30BDD
Text Example
Text Example
White with #F30BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BDD; }
p { color: rgb(243,11,221); }
H1.HeaderClassName
{
color: #F30BDD;
}
.AnyTagClassName
{
color: #F30BDD;
}
</style>
background-color css
<style>
a { background-color: #F30BDD; }
a { background-color: rgb(243,11,221); }
div.DivClassName
{
background-color: #F30BDD;
}
.BgClassName
{
background-color: #F30BDD;
}
</style>
border-color css
<style>
span { border-color: #F30BDD; }
span { border-color: rgb(243,11,221); }
td.TdClassName
{
border-color: #F30BDD;
}
.TagClassName
{
border-color: #F30BDD;
}
</style>