Shades of Pale Magenta #F07FDC
Tints of Pale Magenta #F07FDC
RGB
CMYK
RGB Variations
Color information
#F07FDC (or 0xF07FDC) is known color: Pale Magenta. HEX triplet: F0, 7F and DC. RGB value is (240,127,220). Sum of RGB (Red+Green+Blue) = 240+127+220=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDC is #0F8023. Grayscale: #ABABAB. Windows color (decimal): -1015844 or 14450672. OLE color: 14450672.
HSL color Cylindrical-coordinate representation of color #F07FDC: hue angle of 310.62º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FDC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 220 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.06 |
| HSL | 310.62º | 0.79% | 0.72% | - |
| HSV(B) | 310.62º | 0.47% | 0.94% | - |
| XYZ | 56.44 | 38.87 | 72.24 | - |
| YUV | 171.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 220 | 0 | 0.47 | 0.08 | 0.06 | 310.62 | 0.79 | 0.72 |
| Hex | F0 | 7F | DC | 0 | 2F | 8 | 6 | 137 | 4F | 48 |
| Octal | 360 | 177 | 334 | 0 | 57 | 10 | 6 | 467 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11011100 | 0 | 101111 | 1000 | 110 | 100110111 | 1001111 | 1001000 |
Color Harmonies of #F07FDC
Complementary color
Monochromatic Colors of #F07FDC
Black with #F07FDC
Text Example
Text Example
White with #F07FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FDC; }
p { color: rgb(240,127,220); }
H1.HeaderClassName
{
color: #F07FDC;
}
.AnyTagClassName
{
color: #F07FDC;
}
</style>
background-color css
<style>
a { background-color: #F07FDC; }
a { background-color: rgb(240,127,220); }
div.DivClassName
{
background-color: #F07FDC;
}
.BgClassName
{
background-color: #F07FDC;
}
</style>
border-color css
<style>
span { border-color: #F07FDC; }
span { border-color: rgb(240,127,220); }
td.TdClassName
{
border-color: #F07FDC;
}
.TagClassName
{
border-color: #F07FDC;
}
</style>