Shades of Magenta #F902F4
Tints of Magenta #F902F4
RGB
CMYK
RGB Variations
Color information
#F902F4 (or 0xF902F4) is known color: Magenta. HEX triplet: F9, 02 and F4. RGB value is (249,2,244). Sum of RGB (Red+Green+Blue) = 249+2+244=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F902F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F902F4 is #06FD0B. Grayscale: #666666. Windows color (decimal): -457996 or 15991545. OLE color: 15991545.
HSL color Cylindrical-coordinate representation of color #F902F4: hue angle of 301.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902F4 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 244 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.02 |
| HSL | 301.21º | 0.98% | 0.49% | - |
| HSV(B) | 301.21º | 0.99% | 0.98% | - |
| XYZ | 55.42 | 26.71 | 87.82 | - |
| YUV | 103.44 | 207.33 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 244 | 0 | 0.99 | 0.02 | 0.02 | 301.21 | 0.98 | 0.49 |
| Hex | F9 | 2 | F4 | 0 | 63 | 2 | 2 | 12D | 62 | 31 |
| Octal | 371 | 2 | 364 | 0 | 143 | 2 | 2 | 455 | 142 | 61 |
| Binary | 11111001 | 10 | 11110100 | 0 | 1100011 | 10 | 10 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F902F4
Complementary color
Monochromatic Colors of #F902F4
Black with #F902F4
Text Example
Text Example
White with #F902F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902F4; }
p { color: rgb(249,2,244); }
H1.HeaderClassName
{
color: #F902F4;
}
.AnyTagClassName
{
color: #F902F4;
}
</style>
background-color css
<style>
a { background-color: #F902F4; }
a { background-color: rgb(249,2,244); }
div.DivClassName
{
background-color: #F902F4;
}
.BgClassName
{
background-color: #F902F4;
}
</style>
border-color css
<style>
span { border-color: #F902F4; }
span { border-color: rgb(249,2,244); }
td.TdClassName
{
border-color: #F902F4;
}
.TagClassName
{
border-color: #F902F4;
}
</style>