Shades of Pale Magenta #F27CE1
Tints of Pale Magenta #F27CE1
RGB
CMYK
RGB Variations
Color information
#F27CE1 (or 0xF27CE1) is known color: Pale Magenta. HEX triplet: F2, 7C and E1. RGB value is (242,124,225). Sum of RGB (Red+Green+Blue) = 242+124+225=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CE1 is #0D831E. Grayscale: #AAAAAA. Windows color (decimal): -885535 or 14777586. OLE color: 14777586.
HSL color Cylindrical-coordinate representation of color #F27CE1: hue angle of 308.64º 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 #F27CE1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 225 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.05 |
| HSL | 308.64º | 0.82% | 0.72% | - |
| HSV(B) | 308.64º | 0.49% | 0.95% | - |
| XYZ | 57.42 | 38.73 | 75.68 | - |
| YUV | 170.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 225 | 0 | 0.49 | 0.07 | 0.05 | 308.64 | 0.82 | 0.72 |
| Hex | F2 | 7C | E1 | 0 | 31 | 7 | 5 | 135 | 52 | 48 |
| Octal | 362 | 174 | 341 | 0 | 61 | 7 | 5 | 465 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100001 | 0 | 110001 | 111 | 101 | 100110101 | 1010010 | 1001000 |
Color Harmonies of #F27CE1
Complementary color
Monochromatic Colors of #F27CE1
Black with #F27CE1
Text Example
Text Example
White with #F27CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE1; }
p { color: rgb(242,124,225); }
H1.HeaderClassName
{
color: #F27CE1;
}
.AnyTagClassName
{
color: #F27CE1;
}
</style>
background-color css
<style>
a { background-color: #F27CE1; }
a { background-color: rgb(242,124,225); }
div.DivClassName
{
background-color: #F27CE1;
}
.BgClassName
{
background-color: #F27CE1;
}
</style>
border-color css
<style>
span { border-color: #F27CE1; }
span { border-color: rgb(242,124,225); }
td.TdClassName
{
border-color: #F27CE1;
}
.TagClassName
{
border-color: #F27CE1;
}
</style>