Shades of Pale Magenta #F27CE0
Tints of Pale Magenta #F27CE0
RGB
CMYK
RGB Variations
Color information
#F27CE0 (or 0xF27CE0) is known color: Pale Magenta. HEX triplet: F2, 7C and E0. RGB value is (242,124,224). Sum of RGB (Red+Green+Blue) = 242+124+224=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CE0 is #0D831F. Grayscale: #AAAAAA. Windows color (decimal): -885536 or 14712050. OLE color: 14712050.
HSL color Cylindrical-coordinate representation of color #F27CE0: hue angle of 309.15º 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 #F27CE0 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 224 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.05 |
| HSL | 309.15º | 0.82% | 0.72% | - |
| HSV(B) | 309.15º | 0.49% | 0.95% | - |
| XYZ | 57.28 | 38.67 | 74.97 | - |
| YUV | 170.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 224 | 0 | 0.49 | 0.07 | 0.05 | 309.15 | 0.82 | 0.72 |
| Hex | F2 | 7C | E0 | 0 | 31 | 7 | 5 | 135 | 52 | 48 |
| Octal | 362 | 174 | 340 | 0 | 61 | 7 | 5 | 465 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100000 | 0 | 110001 | 111 | 101 | 100110101 | 1010010 | 1001000 |
Color Harmonies of #F27CE0
Complementary color
Monochromatic Colors of #F27CE0
Black with #F27CE0
Text Example
Text Example
White with #F27CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE0; }
p { color: rgb(242,124,224); }
H1.HeaderClassName
{
color: #F27CE0;
}
.AnyTagClassName
{
color: #F27CE0;
}
</style>
background-color css
<style>
a { background-color: #F27CE0; }
a { background-color: rgb(242,124,224); }
div.DivClassName
{
background-color: #F27CE0;
}
.BgClassName
{
background-color: #F27CE0;
}
</style>
border-color css
<style>
span { border-color: #F27CE0; }
span { border-color: rgb(242,124,224); }
td.TdClassName
{
border-color: #F27CE0;
}
.TagClassName
{
border-color: #F27CE0;
}
</style>