Shades of Hot Magenta #F515DC
Tints of Hot Magenta #F515DC
RGB
CMYK
RGB Variations
Color information
#F515DC (or 0xF515DC) is known color: Hot Magenta. HEX triplet: F5, 15 and DC. RGB value is (245,21,220). Sum of RGB (Red+Green+Blue) = 245+21+220=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F515DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515DC is #0AEA23. Grayscale: #6E6E6E. Windows color (decimal): -715300 or 14423541. OLE color: 14423541.
HSL color Cylindrical-coordinate representation of color #F515DC: hue angle of 306.7º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515DC is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 220 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.04 |
| HSL | 306.7º | 0.92% | 0.52% | - |
| HSV(B) | 306.7º | 0.91% | 0.96% | - |
| XYZ | 50.84 | 25.12 | 69.88 | - |
| YUV | 110.66 | 189.71 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 220 | 0 | 0.91 | 0.10 | 0.04 | 306.7 | 0.92 | 0.52 |
| Hex | F5 | 15 | DC | 0 | 5B | A | 4 | 133 | 5C | 34 |
| Octal | 365 | 25 | 334 | 0 | 133 | 12 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10101 | 11011100 | 0 | 1011011 | 1010 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F515DC
Complementary color
Monochromatic Colors of #F515DC
Black with #F515DC
Text Example
Text Example
White with #F515DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515DC; }
p { color: rgb(245,21,220); }
H1.HeaderClassName
{
color: #F515DC;
}
.AnyTagClassName
{
color: #F515DC;
}
</style>
background-color css
<style>
a { background-color: #F515DC; }
a { background-color: rgb(245,21,220); }
div.DivClassName
{
background-color: #F515DC;
}
.BgClassName
{
background-color: #F515DC;
}
</style>
border-color css
<style>
span { border-color: #F515DC; }
span { border-color: rgb(245,21,220); }
td.TdClassName
{
border-color: #F515DC;
}
.TagClassName
{
border-color: #F515DC;
}
</style>