Shades of Pale Magenta #F27CE6
Tints of Pale Magenta #F27CE6
RGB
CMYK
RGB Variations
Color information
#F27CE6 (or 0xF27CE6) is known color: Pale Magenta. HEX triplet: F2, 7C and E6. RGB value is (242,124,230). Sum of RGB (Red+Green+Blue) = 242+124+230=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CE6 is #0D8319. Grayscale: #ABABAB. Windows color (decimal): -885530 or 15105266. OLE color: 15105266.
HSL color Cylindrical-coordinate representation of color #F27CE6: hue angle of 306.1º 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 #F27CE6 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 230 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.05 |
| HSL | 306.1º | 0.82% | 0.72% | - |
| HSV(B) | 306.1º | 0.49% | 0.95% | - |
| XYZ | 58.11 | 39.01 | 79.33 | - |
| YUV | 171.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 230 | 0 | 0.49 | 0.05 | 0.05 | 306.1 | 0.82 | 0.72 |
| Hex | F2 | 7C | E6 | 0 | 31 | 5 | 5 | 132 | 52 | 48 |
| Octal | 362 | 174 | 346 | 0 | 61 | 5 | 5 | 462 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100110 | 0 | 110001 | 101 | 101 | 100110010 | 1010010 | 1001000 |
Color Harmonies of #F27CE6
Complementary color
Monochromatic Colors of #F27CE6
Black with #F27CE6
Text Example
Text Example
White with #F27CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE6; }
p { color: rgb(242,124,230); }
H1.HeaderClassName
{
color: #F27CE6;
}
.AnyTagClassName
{
color: #F27CE6;
}
</style>
background-color css
<style>
a { background-color: #F27CE6; }
a { background-color: rgb(242,124,230); }
div.DivClassName
{
background-color: #F27CE6;
}
.BgClassName
{
background-color: #F27CE6;
}
</style>
border-color css
<style>
span { border-color: #F27CE6; }
span { border-color: rgb(242,124,230); }
td.TdClassName
{
border-color: #F27CE6;
}
.TagClassName
{
border-color: #F27CE6;
}
</style>