Shades of Hot Magenta #F905DF
Tints of Hot Magenta #F905DF
RGB
CMYK
RGB Variations
Color information
#F905DF (or 0xF905DF) is known color: Hot Magenta. HEX triplet: F9, 05 and DF. RGB value is (249,5,223). Sum of RGB (Red+Green+Blue) = 249+5+223=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F905DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905DF is #06FA20. Grayscale: #666666. Windows color (decimal): -457249 or 14616057. OLE color: 14616057.
HSL color Cylindrical-coordinate representation of color #F905DF: hue angle of 306.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905DF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.02 |
| HSL | 306.39º | 0.96% | 0.5% | - |
| HSV(B) | 306.39º | 0.98% | 0.98% | - |
| XYZ | 52.44 | 25.58 | 71.98 | - |
| YUV | 102.81 | 195.84 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 223 | 0 | 0.98 | 0.10 | 0.02 | 306.39 | 0.96 | 0.5 |
| Hex | F9 | 5 | DF | 0 | 62 | A | 2 | 132 | 60 | 32 |
| Octal | 371 | 5 | 337 | 0 | 142 | 12 | 2 | 462 | 140 | 62 |
| Binary | 11111001 | 101 | 11011111 | 0 | 1100010 | 1010 | 10 | 100110010 | 1100000 | 110010 |
Color Harmonies of #F905DF
Complementary color
Monochromatic Colors of #F905DF
Black with #F905DF
Text Example
Text Example
White with #F905DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905DF; }
p { color: rgb(249,5,223); }
H1.HeaderClassName
{
color: #F905DF;
}
.AnyTagClassName
{
color: #F905DF;
}
</style>
background-color css
<style>
a { background-color: #F905DF; }
a { background-color: rgb(249,5,223); }
div.DivClassName
{
background-color: #F905DF;
}
.BgClassName
{
background-color: #F905DF;
}
</style>
border-color css
<style>
span { border-color: #F905DF; }
span { border-color: rgb(249,5,223); }
td.TdClassName
{
border-color: #F905DF;
}
.TagClassName
{
border-color: #F905DF;
}
</style>