Shades of Pale Magenta #F26FE3
Tints of Pale Magenta #F26FE3
RGB
CMYK
RGB Variations
Color information
#F26FE3 (or 0xF26FE3) is known color: Pale Magenta. HEX triplet: F2, 6F and E3. RGB value is (242,111,227). Sum of RGB (Red+Green+Blue) = 242+111+227=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FE3 is #0D901C. Grayscale: #A3A3A3. Windows color (decimal): -888861 or 14905330. OLE color: 14905330.
HSL color Cylindrical-coordinate representation of color #F26FE3: hue angle of 306.87º 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 #F26FE3 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 227 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.05 |
| HSL | 306.87º | 0.83% | 0.69% | - |
| HSV(B) | 306.87º | 0.54% | 0.95% | - |
| XYZ | 56.17 | 35.79 | 76.62 | - |
| YUV | 163.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 227 | 0 | 0.54 | 0.06 | 0.05 | 306.87 | 0.83 | 0.69 |
| Hex | F2 | 6F | E3 | 0 | 36 | 6 | 5 | 133 | 53 | 45 |
| Octal | 362 | 157 | 343 | 0 | 66 | 6 | 5 | 463 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11100011 | 0 | 110110 | 110 | 101 | 100110011 | 1010011 | 1000101 |
Color Harmonies of #F26FE3
Complementary color
Monochromatic Colors of #F26FE3
Black with #F26FE3
Text Example
Text Example
White with #F26FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FE3; }
p { color: rgb(242,111,227); }
H1.HeaderClassName
{
color: #F26FE3;
}
.AnyTagClassName
{
color: #F26FE3;
}
</style>
background-color css
<style>
a { background-color: #F26FE3; }
a { background-color: rgb(242,111,227); }
div.DivClassName
{
background-color: #F26FE3;
}
.BgClassName
{
background-color: #F26FE3;
}
</style>
border-color css
<style>
span { border-color: #F26FE3; }
span { border-color: rgb(242,111,227); }
td.TdClassName
{
border-color: #F26FE3;
}
.TagClassName
{
border-color: #F26FE3;
}
</style>