Shades of Hot Magenta #F402DB
Tints of Hot Magenta #F402DB
RGB
CMYK
RGB Variations
Color information
#F402DB (or 0xF402DB) is known color: Hot Magenta. HEX triplet: F4, 02 and DB. RGB value is (244,2,219). Sum of RGB (Red+Green+Blue) = 244+2+219=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F402DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402DB is #0BFD24. Grayscale: #626262. Windows color (decimal): -785701 or 14353140. OLE color: 14353140.
HSL color Cylindrical-coordinate representation of color #F402DB: hue angle of 306.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402DB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.04 |
| HSL | 306.2º | 0.98% | 0.48% | - |
| HSV(B) | 306.2º | 0.99% | 0.96% | - |
| XYZ | 50.12 | 24.39 | 69.08 | - |
| YUV | 99.1 | 195.67 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 219 | 0 | 0.99 | 0.10 | 0.04 | 306.2 | 0.98 | 0.48 |
| Hex | F4 | 2 | DB | 0 | 63 | A | 4 | 132 | 62 | 30 |
| Octal | 364 | 2 | 333 | 0 | 143 | 12 | 4 | 462 | 142 | 60 |
| Binary | 11110100 | 10 | 11011011 | 0 | 1100011 | 1010 | 100 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F402DB
Complementary color
Monochromatic Colors of #F402DB
Black with #F402DB
Text Example
Text Example
White with #F402DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402DB; }
p { color: rgb(244,2,219); }
H1.HeaderClassName
{
color: #F402DB;
}
.AnyTagClassName
{
color: #F402DB;
}
</style>
background-color css
<style>
a { background-color: #F402DB; }
a { background-color: rgb(244,2,219); }
div.DivClassName
{
background-color: #F402DB;
}
.BgClassName
{
background-color: #F402DB;
}
</style>
border-color css
<style>
span { border-color: #F402DB; }
span { border-color: rgb(244,2,219); }
td.TdClassName
{
border-color: #F402DB;
}
.TagClassName
{
border-color: #F402DB;
}
</style>