Shades of Hot Magenta #F209CF
Tints of Hot Magenta #F209CF
RGB
CMYK
RGB Variations
Color information
#F209CF (or 0xF209CF) is known color: Hot Magenta. HEX triplet: F2, 09 and CF. RGB value is (242,9,207). Sum of RGB (Red+Green+Blue) = 242+9+207=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F209CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F209CF is #0DF630. Grayscale: #646464. Windows color (decimal): -914993 or 13568498. OLE color: 13568498.
HSL color Cylindrical-coordinate representation of color #F209CF: hue angle of 309.01º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209CF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.05 |
| HSL | 309.01º | 0.93% | 0.49% | - |
| HSV(B) | 309.01º | 0.96% | 0.95% | - |
| XYZ | 47.98 | 23.58 | 61.05 | - |
| YUV | 101.24 | 187.69 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 207 | 0 | 0.96 | 0.14 | 0.05 | 309.01 | 0.93 | 0.49 |
| Hex | F2 | 9 | CF | 0 | 60 | E | 5 | 135 | 5D | 31 |
| Octal | 362 | 11 | 317 | 0 | 140 | 16 | 5 | 465 | 135 | 61 |
| Binary | 11110010 | 1001 | 11001111 | 0 | 1100000 | 1110 | 101 | 100110101 | 1011101 | 110001 |
Color Harmonies of #F209CF
Complementary color
Monochromatic Colors of #F209CF
Black with #F209CF
Text Example
Text Example
White with #F209CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209CF; }
p { color: rgb(242,9,207); }
H1.HeaderClassName
{
color: #F209CF;
}
.AnyTagClassName
{
color: #F209CF;
}
</style>
background-color css
<style>
a { background-color: #F209CF; }
a { background-color: rgb(242,9,207); }
div.DivClassName
{
background-color: #F209CF;
}
.BgClassName
{
background-color: #F209CF;
}
</style>
border-color css
<style>
span { border-color: #F209CF; }
span { border-color: rgb(242,9,207); }
td.TdClassName
{
border-color: #F209CF;
}
.TagClassName
{
border-color: #F209CF;
}
</style>