Shades of Hot Magenta #F20BD3
Tints of Hot Magenta #F20BD3
RGB
CMYK
RGB Variations
Color information
#F20BD3 (or 0xF20BD3) is known color: Hot Magenta. HEX triplet: F2, 0B and D3. RGB value is (242,11,211). Sum of RGB (Red+Green+Blue) = 242+11+211=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BD3 is #0DF42C. Grayscale: #666666. Windows color (decimal): -914477 or 13831154. OLE color: 13831154.
HSL color Cylindrical-coordinate representation of color #F20BD3: hue angle of 308.05º 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 #F20BD3 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 211 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.05 |
| HSL | 308.05º | 0.91% | 0.5% | - |
| HSV(B) | 308.05º | 0.95% | 0.95% | - |
| XYZ | 48.5 | 23.82 | 63.67 | - |
| YUV | 102.87 | 189.03 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 211 | 0 | 0.95 | 0.13 | 0.05 | 308.05 | 0.91 | 0.5 |
| Hex | F2 | B | D3 | 0 | 5F | D | 5 | 134 | 5B | 32 |
| Octal | 362 | 13 | 323 | 0 | 137 | 15 | 5 | 464 | 133 | 62 |
| Binary | 11110010 | 1011 | 11010011 | 0 | 1011111 | 1101 | 101 | 100110100 | 1011011 | 110010 |
Color Harmonies of #F20BD3
Complementary color
Monochromatic Colors of #F20BD3
Black with #F20BD3
Text Example
Text Example
White with #F20BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BD3; }
p { color: rgb(242,11,211); }
H1.HeaderClassName
{
color: #F20BD3;
}
.AnyTagClassName
{
color: #F20BD3;
}
</style>
background-color css
<style>
a { background-color: #F20BD3; }
a { background-color: rgb(242,11,211); }
div.DivClassName
{
background-color: #F20BD3;
}
.BgClassName
{
background-color: #F20BD3;
}
</style>
border-color css
<style>
span { border-color: #F20BD3; }
span { border-color: rgb(242,11,211); }
td.TdClassName
{
border-color: #F20BD3;
}
.TagClassName
{
border-color: #F20BD3;
}
</style>