Shades of Pale Magenta #F27CE7
Tints of Pale Magenta #F27CE7
RGB
CMYK
RGB Variations
Color information
#F27CE7 (or 0xF27CE7) is known color: Pale Magenta. HEX triplet: F2, 7C and E7. RGB value is (242,124,231). Sum of RGB (Red+Green+Blue) = 242+124+231=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CE7 is #0D8318. Grayscale: #ABABAB. Windows color (decimal): -885529 or 15170802. OLE color: 15170802.
HSL color Cylindrical-coordinate representation of color #F27CE7: hue angle of 305.59º 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 #F27CE7 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 231 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.05 |
| HSL | 305.59º | 0.82% | 0.72% | - |
| HSV(B) | 305.59º | 0.49% | 0.95% | - |
| XYZ | 58.25 | 39.06 | 80.07 | - |
| YUV | 171.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 231 | 0 | 0.49 | 0.05 | 0.05 | 305.59 | 0.82 | 0.72 |
| Hex | F2 | 7C | E7 | 0 | 31 | 5 | 5 | 132 | 52 | 48 |
| Octal | 362 | 174 | 347 | 0 | 61 | 5 | 5 | 462 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11100111 | 0 | 110001 | 101 | 101 | 100110010 | 1010010 | 1001000 |
Color Harmonies of #F27CE7
Complementary color
Monochromatic Colors of #F27CE7
Black with #F27CE7
Text Example
Text Example
White with #F27CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CE7; }
p { color: rgb(242,124,231); }
H1.HeaderClassName
{
color: #F27CE7;
}
.AnyTagClassName
{
color: #F27CE7;
}
</style>
background-color css
<style>
a { background-color: #F27CE7; }
a { background-color: rgb(242,124,231); }
div.DivClassName
{
background-color: #F27CE7;
}
.BgClassName
{
background-color: #F27CE7;
}
</style>
border-color css
<style>
span { border-color: #F27CE7; }
span { border-color: rgb(242,124,231); }
td.TdClassName
{
border-color: #F27CE7;
}
.TagClassName
{
border-color: #F27CE7;
}
</style>