Shades of Hot Magenta #F515DB
Tints of Hot Magenta #F515DB
RGB
CMYK
RGB Variations
Color information
#F515DB (or 0xF515DB) is known color: Hot Magenta. HEX triplet: F5, 15 and DB. RGB value is (245,21,219). Sum of RGB (Red+Green+Blue) = 245+21+219=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F515DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515DB is #0AEA24. Grayscale: #6D6D6D. Windows color (decimal): -715301 or 14358005. OLE color: 14358005.
HSL color Cylindrical-coordinate representation of color #F515DB: hue angle of 306.96º 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 #F515DB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 306.96º | 0.92% | 0.52% | - |
| HSV(B) | 306.96º | 0.91% | 0.96% | - |
| XYZ | 50.71 | 25.06 | 69.18 | - |
| YUV | 110.55 | 189.21 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 219 | 0 | 0.91 | 0.11 | 0.04 | 306.96 | 0.92 | 0.52 |
| Hex | F5 | 15 | DB | 0 | 5B | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 25 | 333 | 0 | 133 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10101 | 11011011 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F515DB
Complementary color
Monochromatic Colors of #F515DB
Black with #F515DB
Text Example
Text Example
White with #F515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515DB; }
p { color: rgb(245,21,219); }
H1.HeaderClassName
{
color: #F515DB;
}
.AnyTagClassName
{
color: #F515DB;
}
</style>
background-color css
<style>
a { background-color: #F515DB; }
a { background-color: rgb(245,21,219); }
div.DivClassName
{
background-color: #F515DB;
}
.BgClassName
{
background-color: #F515DB;
}
</style>
border-color css
<style>
span { border-color: #F515DB; }
span { border-color: rgb(245,21,219); }
td.TdClassName
{
border-color: #F515DB;
}
.TagClassName
{
border-color: #F515DB;
}
</style>