Shades of Pale Magenta #F07CDF
Tints of Pale Magenta #F07CDF
RGB
CMYK
RGB Variations
Color information
#F07CDF (or 0xF07CDF) is known color: Pale Magenta. HEX triplet: F0, 7C and DF. RGB value is (240,124,223). Sum of RGB (Red+Green+Blue) = 240+124+223=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CDF is #0F8320. Grayscale: #A9A9A9. Windows color (decimal): -1016609 or 14646512. OLE color: 14646512.
HSL color Cylindrical-coordinate representation of color #F07CDF: hue angle of 308.79º 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 #F07CDF is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 223 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.06 |
| HSL | 308.79º | 0.79% | 0.71% | - |
| HSV(B) | 308.79º | 0.48% | 0.94% | - |
| XYZ | 56.46 | 38.27 | 74.22 | - |
| YUV | 169.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 223 | 0 | 0.48 | 0.07 | 0.06 | 308.79 | 0.79 | 0.71 |
| Hex | F0 | 7C | DF | 0 | 30 | 7 | 6 | 135 | 4F | 47 |
| Octal | 360 | 174 | 337 | 0 | 60 | 7 | 6 | 465 | 117 | 107 |
| Binary | 11110000 | 1111100 | 11011111 | 0 | 110000 | 111 | 110 | 100110101 | 1001111 | 1000111 |
Color Harmonies of #F07CDF
Complementary color
Monochromatic Colors of #F07CDF
Black with #F07CDF
Text Example
Text Example
White with #F07CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CDF; }
p { color: rgb(240,124,223); }
H1.HeaderClassName
{
color: #F07CDF;
}
.AnyTagClassName
{
color: #F07CDF;
}
</style>
background-color css
<style>
a { background-color: #F07CDF; }
a { background-color: rgb(240,124,223); }
div.DivClassName
{
background-color: #F07CDF;
}
.BgClassName
{
background-color: #F07CDF;
}
</style>
border-color css
<style>
span { border-color: #F07CDF; }
span { border-color: rgb(240,124,223); }
td.TdClassName
{
border-color: #F07CDF;
}
.TagClassName
{
border-color: #F07CDF;
}
</style>