Shades of Hot Magenta #F90CCF
Tints of Hot Magenta #F90CCF
RGB
CMYK
RGB Variations
Color information
#F90CCF (or 0xF90CCF) is known color: Hot Magenta. HEX triplet: F9, 0C and CF. RGB value is (249,12,207). Sum of RGB (Red+Green+Blue) = 249+12+207=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CCF is #06F330. Grayscale: #686868. Windows color (decimal): -455473 or 13569273. OLE color: 13569273.
HSL color Cylindrical-coordinate representation of color #F90CCF: hue angle of 310.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CCF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.02 |
| HSL | 310.63º | 0.95% | 0.51% | - |
| HSV(B) | 310.63º | 0.95% | 0.98% | - |
| XYZ | 50.46 | 24.91 | 61.18 | - |
| YUV | 105.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 207 | 0 | 0.95 | 0.17 | 0.02 | 310.63 | 0.95 | 0.51 |
| Hex | F9 | C | CF | 0 | 5F | 11 | 2 | 137 | 5F | 33 |
| Octal | 371 | 14 | 317 | 0 | 137 | 21 | 2 | 467 | 137 | 63 |
| Binary | 11111001 | 1100 | 11001111 | 0 | 1011111 | 10001 | 10 | 100110111 | 1011111 | 110011 |
Color Harmonies of #F90CCF
Complementary color
Monochromatic Colors of #F90CCF
Black with #F90CCF
Text Example
Text Example
White with #F90CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CCF; }
p { color: rgb(249,12,207); }
H1.HeaderClassName
{
color: #F90CCF;
}
.AnyTagClassName
{
color: #F90CCF;
}
</style>
background-color css
<style>
a { background-color: #F90CCF; }
a { background-color: rgb(249,12,207); }
div.DivClassName
{
background-color: #F90CCF;
}
.BgClassName
{
background-color: #F90CCF;
}
</style>
border-color css
<style>
span { border-color: #F90CCF; }
span { border-color: rgb(249,12,207); }
td.TdClassName
{
border-color: #F90CCF;
}
.TagClassName
{
border-color: #F90CCF;
}
</style>