Shades of Hot Magenta #F00BCD
Tints of Hot Magenta #F00BCD
RGB
CMYK
RGB Variations
Color information
#F00BCD (or 0xF00BCD) is known color: Hot Magenta. HEX triplet: F0, 0B and CD. RGB value is (240,11,205). Sum of RGB (Red+Green+Blue) = 240+11+205=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00BCD is #0FF432. Grayscale: #656565. Windows color (decimal): -1045555 or 13437936. OLE color: 13437936.
HSL color Cylindrical-coordinate representation of color #F00BCD: hue angle of 309.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00BCD is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.17º | 0.91% | 0.49% | - |
| HSV(B) | 309.17º | 0.95% | 0.94% | - |
| XYZ | 47.07 | 23.17 | 59.75 | - |
| YUV | 101.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 205 | 0 | 0.95 | 0.15 | 0.06 | 309.17 | 0.91 | 0.49 |
| Hex | F0 | B | CD | 0 | 5F | F | 6 | 135 | 5B | 31 |
| Octal | 360 | 13 | 315 | 0 | 137 | 17 | 6 | 465 | 133 | 61 |
| Binary | 11110000 | 1011 | 11001101 | 0 | 1011111 | 1111 | 110 | 100110101 | 1011011 | 110001 |
Color Harmonies of #F00BCD
Complementary color
Monochromatic Colors of #F00BCD
Black with #F00BCD
Text Example
Text Example
White with #F00BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BCD; }
p { color: rgb(240,11,205); }
H1.HeaderClassName
{
color: #F00BCD;
}
.AnyTagClassName
{
color: #F00BCD;
}
</style>
background-color css
<style>
a { background-color: #F00BCD; }
a { background-color: rgb(240,11,205); }
div.DivClassName
{
background-color: #F00BCD;
}
.BgClassName
{
background-color: #F00BCD;
}
</style>
border-color css
<style>
span { border-color: #F00BCD; }
span { border-color: rgb(240,11,205); }
td.TdClassName
{
border-color: #F00BCD;
}
.TagClassName
{
border-color: #F00BCD;
}
</style>