Shades of Pale Magenta #F26FE4
Tints of Pale Magenta #F26FE4
RGB
CMYK
RGB Variations
Color information
#F26FE4 (or 0xF26FE4) is known color: Pale Magenta. HEX triplet: F2, 6F and E4. RGB value is (242,111,228). Sum of RGB (Red+Green+Blue) = 242+111+228=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FE4 is #0D901B. Grayscale: #A3A3A3. Windows color (decimal): -888860 or 14970866. OLE color: 14970866.
HSL color Cylindrical-coordinate representation of color #F26FE4: hue angle of 306.41º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FE4 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 228 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.05 |
| HSL | 306.41º | 0.83% | 0.69% | - |
| HSV(B) | 306.41º | 0.54% | 0.95% | - |
| XYZ | 56.31 | 35.85 | 77.35 | - |
| YUV | 163.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 228 | 0 | 0.54 | 0.06 | 0.05 | 306.41 | 0.83 | 0.69 |
| Hex | F2 | 6F | E4 | 0 | 36 | 6 | 5 | 132 | 53 | 45 |
| Octal | 362 | 157 | 344 | 0 | 66 | 6 | 5 | 462 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11100100 | 0 | 110110 | 110 | 101 | 100110010 | 1010011 | 1000101 |
Color Harmonies of #F26FE4
Complementary color
Monochromatic Colors of #F26FE4
Black with #F26FE4
Text Example
Text Example
White with #F26FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FE4; }
p { color: rgb(242,111,228); }
H1.HeaderClassName
{
color: #F26FE4;
}
.AnyTagClassName
{
color: #F26FE4;
}
</style>
background-color css
<style>
a { background-color: #F26FE4; }
a { background-color: rgb(242,111,228); }
div.DivClassName
{
background-color: #F26FE4;
}
.BgClassName
{
background-color: #F26FE4;
}
</style>
border-color css
<style>
span { border-color: #F26FE4; }
span { border-color: rgb(242,111,228); }
td.TdClassName
{
border-color: #F26FE4;
}
.TagClassName
{
border-color: #F26FE4;
}
</style>