Shades of Magenta #F52FFB
Tints of Magenta #F52FFB
RGB
CMYK
RGB Variations
Color information
#F52FFB (or 0xF52FFB) is known color: Magenta. HEX triplet: F5, 2F and FB. RGB value is (245,47,251). Sum of RGB (Red+Green+Blue) = 245+47+251=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 47 (18.75% from 255 or 8.66% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #F52FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F52FFB is #0AD004. Grayscale: #808080. Windows color (decimal): -708613 or 16461813. OLE color: 16461813.
HSL color Cylindrical-coordinate representation of color #F52FFB: hue angle of 298.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FFB is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 47 | 251 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.02 |
| HSL | 298.24º | 0.96% | 0.58% | - |
| HSV(B) | 298.24º | 0.81% | 0.98% | - |
| XYZ | 56.09 | 28.41 | 93.79 | - |
| YUV | 129.46 | 196.6 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 251 | 0.02 | 0.81 | 0 | 0.02 | 298.24 | 0.96 | 0.58 |
| Hex | F5 | 2F | FB | 2 | 51 | 0 | 2 | 12A | 60 | 3A |
| Octal | 365 | 57 | 373 | 2 | 121 | 0 | 2 | 452 | 140 | 72 |
| Binary | 11110101 | 101111 | 11111011 | 10 | 1010001 | 0 | 10 | 100101010 | 1100000 | 111010 |
Color Harmonies of #F52FFB
Complementary color
Monochromatic Colors of #F52FFB
Black with #F52FFB
Text Example
Text Example
White with #F52FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FFB; }
p { color: rgb(245,47,251); }
H1.HeaderClassName
{
color: #F52FFB;
}
.AnyTagClassName
{
color: #F52FFB;
}
</style>
background-color css
<style>
a { background-color: #F52FFB; }
a { background-color: rgb(245,47,251); }
div.DivClassName
{
background-color: #F52FFB;
}
.BgClassName
{
background-color: #F52FFB;
}
</style>
border-color css
<style>
span { border-color: #F52FFB; }
span { border-color: rgb(245,47,251); }
td.TdClassName
{
border-color: #F52FFB;
}
.TagClassName
{
border-color: #F52FFB;
}
</style>