Shades of Hot Magenta #F30BDF
Tints of Hot Magenta #F30BDF
RGB
CMYK
RGB Variations
Color information
#F30BDF (or 0xF30BDF) is known color: Hot Magenta. HEX triplet: F3, 0B and DF. RGB value is (243,11,223). Sum of RGB (Red+Green+Blue) = 243+11+223=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BDF is #0CF420. Grayscale: #676767. Windows color (decimal): -848929 or 14617587. OLE color: 14617587.
HSL color Cylindrical-coordinate representation of color #F30BDF: hue angle of 305.17º 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 #F30BDF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.05 |
| HSL | 305.17º | 0.91% | 0.5% | - |
| HSV(B) | 305.17º | 0.95% | 0.95% | - |
| XYZ | 50.4 | 24.62 | 71.91 | - |
| YUV | 104.54 | 194.86 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 223 | 0 | 0.95 | 0.08 | 0.05 | 305.17 | 0.91 | 0.5 |
| Hex | F3 | B | DF | 0 | 5F | 8 | 5 | 131 | 5B | 32 |
| Octal | 363 | 13 | 337 | 0 | 137 | 10 | 5 | 461 | 133 | 62 |
| Binary | 11110011 | 1011 | 11011111 | 0 | 1011111 | 1000 | 101 | 100110001 | 1011011 | 110010 |
Color Harmonies of #F30BDF
Complementary color
Monochromatic Colors of #F30BDF
Black with #F30BDF
Text Example
Text Example
White with #F30BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BDF; }
p { color: rgb(243,11,223); }
H1.HeaderClassName
{
color: #F30BDF;
}
.AnyTagClassName
{
color: #F30BDF;
}
</style>
background-color css
<style>
a { background-color: #F30BDF; }
a { background-color: rgb(243,11,223); }
div.DivClassName
{
background-color: #F30BDF;
}
.BgClassName
{
background-color: #F30BDF;
}
</style>
border-color css
<style>
span { border-color: #F30BDF; }
span { border-color: rgb(243,11,223); }
td.TdClassName
{
border-color: #F30BDF;
}
.TagClassName
{
border-color: #F30BDF;
}
</style>