Shades of Pale Magenta #F27CE4
Tints of Pale Magenta #F27CE4
RGB
CMYK
RGB Variations
Color information
#F27CE4 (or 0xF27CE4) is known color: Pale Magenta. HEX triplet: F2, 7C and E4. RGB value is (242,124,228). Sum of RGB (Red+Green+Blue) = 242+124+228=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CE4 is #0D831B. Grayscale: #AAAAAA. Windows color (decimal): -885532 or 14974194. OLE color: 14974194.
HSL color Cylindrical-coordinate representation of color #F27CE4: hue angle of 307.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CE4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 228 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.05 |
| HSL | 307.12º | 0.82% | 0.72% | - |
| HSV(B) | 307.12º | 0.49% | 0.95% | - |
| XYZ | 57.83 | 38.89 | 77.86 | - |
| YUV | 171.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 228 | 0 | 0.49 | 0.06 | 0.05 | 307.12 | 0.82 | 0.72 |
| Hex | F2 | 7C | E4 | 0 | 31 | 6 | 5 | 133 | 52 | 48 |
| Octal | 362 | 174 | 344 | 0 | 61 | 6 | 5 | 463 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100100 | 0 | 110001 | 110 | 101 | 100110011 | 1010010 | 1001000 |
Color Harmonies of #F27CE4
Complementary color
Monochromatic Colors of #F27CE4
Black with #F27CE4
Text Example
Text Example
White with #F27CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE4; }
p { color: rgb(242,124,228); }
H1.HeaderClassName
{
color: #F27CE4;
}
.AnyTagClassName
{
color: #F27CE4;
}
</style>
background-color css
<style>
a { background-color: #F27CE4; }
a { background-color: rgb(242,124,228); }
div.DivClassName
{
background-color: #F27CE4;
}
.BgClassName
{
background-color: #F27CE4;
}
</style>
border-color css
<style>
span { border-color: #F27CE4; }
span { border-color: rgb(242,124,228); }
td.TdClassName
{
border-color: #F27CE4;
}
.TagClassName
{
border-color: #F27CE4;
}
</style>