Shades of Magenta #FA26F2
Tints of Magenta #FA26F2
RGB
CMYK
RGB Variations
Color information
#FA26F2 (or 0xFA26F2) is known color: Magenta. HEX triplet: FA, 26 and F2. RGB value is (250,38,242). Sum of RGB (Red+Green+Blue) = 250+38+242=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 38 (15.23% from 255 or 7.17% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA26F2 is #05D90D. Grayscale: #7C7C7C. Windows color (decimal): -383246 or 15869690. OLE color: 15869690.
HSL color Cylindrical-coordinate representation of color #FA26F2: hue angle of 302.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA26F2 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 242 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.02 |
| HSL | 302.26º | 0.95% | 0.56% | - |
| HSV(B) | 302.26º | 0.85% | 0.98% | - |
| XYZ | 56.14 | 28.12 | 86.47 | - |
| YUV | 124.64 | 194.24 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 242 | 0 | 0.85 | 0.03 | 0.02 | 302.26 | 0.95 | 0.56 |
| Hex | FA | 26 | F2 | 0 | 55 | 3 | 2 | 12E | 5F | 38 |
| Octal | 372 | 46 | 362 | 0 | 125 | 3 | 2 | 456 | 137 | 70 |
| Binary | 11111010 | 100110 | 11110010 | 0 | 1010101 | 11 | 10 | 100101110 | 1011111 | 111000 |
Color Harmonies of #FA26F2
Complementary color
Monochromatic Colors of #FA26F2
Black with #FA26F2
Text Example
Text Example
White with #FA26F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA26F2; }
p { color: rgb(250,38,242); }
H1.HeaderClassName
{
color: #FA26F2;
}
.AnyTagClassName
{
color: #FA26F2;
}
</style>
background-color css
<style>
a { background-color: #FA26F2; }
a { background-color: rgb(250,38,242); }
div.DivClassName
{
background-color: #FA26F2;
}
.BgClassName
{
background-color: #FA26F2;
}
</style>
border-color css
<style>
span { border-color: #FA26F2; }
span { border-color: rgb(250,38,242); }
td.TdClassName
{
border-color: #FA26F2;
}
.TagClassName
{
border-color: #FA26F2;
}
</style>