Shades of Pale Magenta #F27DE3
Tints of Pale Magenta #F27DE3
RGB
CMYK
RGB Variations
Color information
#F27DE3 (or 0xF27DE3) is known color: Pale Magenta. HEX triplet: F2, 7D and E3. RGB value is (242,125,227). Sum of RGB (Red+Green+Blue) = 242+125+227=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DE3 is #0D821C. Grayscale: #ABABAB. Windows color (decimal): -885277 or 14908914. OLE color: 14908914.
HSL color Cylindrical-coordinate representation of color #F27DE3: hue angle of 307.69º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DE3 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 227 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.05 |
| HSL | 307.69º | 0.82% | 0.72% | - |
| HSV(B) | 307.69º | 0.48% | 0.95% | - |
| XYZ | 57.82 | 39.09 | 77.17 | - |
| YUV | 171.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 227 | 0 | 0.48 | 0.06 | 0.05 | 307.69 | 0.82 | 0.72 |
| Hex | F2 | 7D | E3 | 0 | 30 | 6 | 5 | 134 | 52 | 48 |
| Octal | 362 | 175 | 343 | 0 | 60 | 6 | 5 | 464 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11100011 | 0 | 110000 | 110 | 101 | 100110100 | 1010010 | 1001000 |
Color Harmonies of #F27DE3
Complementary color
Monochromatic Colors of #F27DE3
Black with #F27DE3
Text Example
Text Example
White with #F27DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DE3; }
p { color: rgb(242,125,227); }
H1.HeaderClassName
{
color: #F27DE3;
}
.AnyTagClassName
{
color: #F27DE3;
}
</style>
background-color css
<style>
a { background-color: #F27DE3; }
a { background-color: rgb(242,125,227); }
div.DivClassName
{
background-color: #F27DE3;
}
.BgClassName
{
background-color: #F27DE3;
}
</style>
border-color css
<style>
span { border-color: #F27DE3; }
span { border-color: rgb(242,125,227); }
td.TdClassName
{
border-color: #F27DE3;
}
.TagClassName
{
border-color: #F27DE3;
}
</style>