Shades of Pale Magenta #F27ADF
Tints of Pale Magenta #F27ADF
RGB
CMYK
RGB Variations
Color information
#F27ADF (or 0xF27ADF) is known color: Pale Magenta. HEX triplet: F2, 7A and DF. RGB value is (242,122,223). Sum of RGB (Red+Green+Blue) = 242+122+223=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ADF is #0D8520. Grayscale: #A9A9A9. Windows color (decimal): -886049 or 14646002. OLE color: 14646002.
HSL color Cylindrical-coordinate representation of color #F27ADF: hue angle of 309.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27ADF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 223 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.05 |
| HSL | 309.5º | 0.82% | 0.71% | - |
| HSV(B) | 309.5º | 0.5% | 0.95% | - |
| XYZ | 56.9 | 38.12 | 74.17 | - |
| YUV | 169.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 223 | 0 | 0.50 | 0.08 | 0.05 | 309.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | DF | 0 | 32 | 8 | 5 | 136 | 52 | 47 |
| Octal | 362 | 172 | 337 | 0 | 62 | 10 | 5 | 466 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11011111 | 0 | 110010 | 1000 | 101 | 100110110 | 1010010 | 1000111 |
Color Harmonies of #F27ADF
Complementary color
Monochromatic Colors of #F27ADF
Black with #F27ADF
Text Example
Text Example
White with #F27ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ADF; }
p { color: rgb(242,122,223); }
H1.HeaderClassName
{
color: #F27ADF;
}
.AnyTagClassName
{
color: #F27ADF;
}
</style>
background-color css
<style>
a { background-color: #F27ADF; }
a { background-color: rgb(242,122,223); }
div.DivClassName
{
background-color: #F27ADF;
}
.BgClassName
{
background-color: #F27ADF;
}
</style>
border-color css
<style>
span { border-color: #F27ADF; }
span { border-color: rgb(242,122,223); }
td.TdClassName
{
border-color: #F27ADF;
}
.TagClassName
{
border-color: #F27ADF;
}
</style>