Shades of Hot Magenta #F40BCF
Tints of Hot Magenta #F40BCF
RGB
CMYK
RGB Variations
Color information
#F40BCF (or 0xF40BCF) is known color: Hot Magenta. HEX triplet: F4, 0B and CF. RGB value is (244,11,207). Sum of RGB (Red+Green+Blue) = 244+11+207=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BCF is #0BF430. Grayscale: #666666. Windows color (decimal): -783409 or 13569012. OLE color: 13569012.
HSL color Cylindrical-coordinate representation of color #F40BCF: hue angle of 309.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BCF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.04 |
| HSL | 309.53º | 0.91% | 0.5% | - |
| HSV(B) | 309.53º | 0.95% | 0.96% | - |
| XYZ | 48.69 | 23.98 | 61.09 | - |
| YUV | 103.01 | 186.69 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 207 | 0 | 0.95 | 0.15 | 0.04 | 309.53 | 0.91 | 0.5 |
| Hex | F4 | B | CF | 0 | 5F | F | 4 | 136 | 5B | 32 |
| Octal | 364 | 13 | 317 | 0 | 137 | 17 | 4 | 466 | 133 | 62 |
| Binary | 11110100 | 1011 | 11001111 | 0 | 1011111 | 1111 | 100 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F40BCF
Complementary color
Monochromatic Colors of #F40BCF
Black with #F40BCF
Text Example
Text Example
White with #F40BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BCF; }
p { color: rgb(244,11,207); }
H1.HeaderClassName
{
color: #F40BCF;
}
.AnyTagClassName
{
color: #F40BCF;
}
</style>
background-color css
<style>
a { background-color: #F40BCF; }
a { background-color: rgb(244,11,207); }
div.DivClassName
{
background-color: #F40BCF;
}
.BgClassName
{
background-color: #F40BCF;
}
</style>
border-color css
<style>
span { border-color: #F40BCF; }
span { border-color: rgb(244,11,207); }
td.TdClassName
{
border-color: #F40BCF;
}
.TagClassName
{
border-color: #F40BCF;
}
</style>