Shades of Pale Magenta #F07CDA
Tints of Pale Magenta #F07CDA
RGB
CMYK
RGB Variations
Color information
#F07CDA (or 0xF07CDA) is known color: Pale Magenta. HEX triplet: F0, 7C and DA. RGB value is (240,124,218). Sum of RGB (Red+Green+Blue) = 240+124+218=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CDA is #0F8325. Grayscale: #A9A9A9. Windows color (decimal): -1016614 or 14318832. OLE color: 14318832.
HSL color Cylindrical-coordinate representation of color #F07CDA: hue angle of 311.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CDA is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 218 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.06 |
| HSL | 311.38º | 0.79% | 0.71% | - |
| HSV(B) | 311.38º | 0.48% | 0.94% | - |
| XYZ | 55.8 | 38 | 70.72 | - |
| YUV | 169.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 218 | 0 | 0.48 | 0.09 | 0.06 | 311.38 | 0.79 | 0.71 |
| Hex | F0 | 7C | DA | 0 | 30 | 9 | 6 | 137 | 4F | 47 |
| Octal | 360 | 174 | 332 | 0 | 60 | 11 | 6 | 467 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11011010 | 0 | 110000 | 1001 | 110 | 100110111 | 1001111 | 1000111 |
Color Harmonies of #F07CDA
Complementary color
Monochromatic Colors of #F07CDA
Black with #F07CDA
Text Example
Text Example
White with #F07CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CDA; }
p { color: rgb(240,124,218); }
H1.HeaderClassName
{
color: #F07CDA;
}
.AnyTagClassName
{
color: #F07CDA;
}
</style>
background-color css
<style>
a { background-color: #F07CDA; }
a { background-color: rgb(240,124,218); }
div.DivClassName
{
background-color: #F07CDA;
}
.BgClassName
{
background-color: #F07CDA;
}
</style>
border-color css
<style>
span { border-color: #F07CDA; }
span { border-color: rgb(240,124,218); }
td.TdClassName
{
border-color: #F07CDA;
}
.TagClassName
{
border-color: #F07CDA;
}
</style>