Shades of Magenta #F92FFC
Tints of Magenta #F92FFC
RGB
CMYK
RGB Variations
Color information
#F92FFC (or 0xF92FFC) is known color: Magenta. HEX triplet: F9, 2F and FC. RGB value is (249,47,252). Sum of RGB (Red+Green+Blue) = 249+47+252=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 47 (18.75% from 255 or 8.58% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #F92FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92FFC is #06D003. Grayscale: #828282. Windows color (decimal): -446468 or 16527353. OLE color: 16527353.
HSL color Cylindrical-coordinate representation of color #F92FFC: hue angle of 299.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FFC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 47 | 252 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.01 |
| HSL | 299.12º | 0.97% | 0.59% | - |
| HSV(B) | 299.12º | 0.81% | 0.99% | - |
| XYZ | 57.65 | 29.2 | 94.69 | - |
| YUV | 130.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 252 | 0.01 | 0.81 | 0 | 0.01 | 299.12 | 0.97 | 0.59 |
| Hex | F9 | 2F | FC | 1 | 51 | 0 | 1 | 12B | 61 | 3B |
| Octal | 371 | 57 | 374 | 1 | 121 | 0 | 1 | 453 | 141 | 73 |
| Binary | 11111001 | 101111 | 11111100 | 1 | 1010001 | 0 | 1 | 100101011 | 1100001 | 111011 |
Color Harmonies of #F92FFC
Complementary color
Monochromatic Colors of #F92FFC
Black with #F92FFC
Text Example
Text Example
White with #F92FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FFC; }
p { color: rgb(249,47,252); }
H1.HeaderClassName
{
color: #F92FFC;
}
.AnyTagClassName
{
color: #F92FFC;
}
</style>
background-color css
<style>
a { background-color: #F92FFC; }
a { background-color: rgb(249,47,252); }
div.DivClassName
{
background-color: #F92FFC;
}
.BgClassName
{
background-color: #F92FFC;
}
</style>
border-color css
<style>
span { border-color: #F92FFC; }
span { border-color: rgb(249,47,252); }
td.TdClassName
{
border-color: #F92FFC;
}
.TagClassName
{
border-color: #F92FFC;
}
</style>