Shades of Pale Magenta #F27CE2
Tints of Pale Magenta #F27CE2
RGB
CMYK
RGB Variations
Color information
#F27CE2 (or 0xF27CE2) is known color: Pale Magenta. HEX triplet: F2, 7C and E2. RGB value is (242,124,226). Sum of RGB (Red+Green+Blue) = 242+124+226=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CE2 is #0D831D. Grayscale: #AAAAAA. Windows color (decimal): -885534 or 14843122. OLE color: 14843122.
HSL color Cylindrical-coordinate representation of color #F27CE2: hue angle of 308.14º 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 #F27CE2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 226 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.05 |
| HSL | 308.14º | 0.82% | 0.72% | - |
| HSV(B) | 308.14º | 0.49% | 0.95% | - |
| XYZ | 57.55 | 38.78 | 76.4 | - |
| YUV | 170.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 226 | 0 | 0.49 | 0.07 | 0.05 | 308.14 | 0.82 | 0.72 |
| Hex | F2 | 7C | E2 | 0 | 31 | 7 | 5 | 134 | 52 | 48 |
| Octal | 362 | 174 | 342 | 0 | 61 | 7 | 5 | 464 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100010 | 0 | 110001 | 111 | 101 | 100110100 | 1010010 | 1001000 |
Color Harmonies of #F27CE2
Complementary color
Monochromatic Colors of #F27CE2
Black with #F27CE2
Text Example
Text Example
White with #F27CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE2; }
p { color: rgb(242,124,226); }
H1.HeaderClassName
{
color: #F27CE2;
}
.AnyTagClassName
{
color: #F27CE2;
}
</style>
background-color css
<style>
a { background-color: #F27CE2; }
a { background-color: rgb(242,124,226); }
div.DivClassName
{
background-color: #F27CE2;
}
.BgClassName
{
background-color: #F27CE2;
}
</style>
border-color css
<style>
span { border-color: #F27CE2; }
span { border-color: rgb(242,124,226); }
td.TdClassName
{
border-color: #F27CE2;
}
.TagClassName
{
border-color: #F27CE2;
}
</style>