Shades of Pale Magenta #F07FDD
Tints of Pale Magenta #F07FDD
RGB
CMYK
RGB Variations
Color information
#F07FDD (or 0xF07FDD) is known color: Pale Magenta. HEX triplet: F0, 7F and DD. RGB value is (240,127,221). Sum of RGB (Red+Green+Blue) = 240+127+221=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDD is #0F8022. Grayscale: #ABABAB. Windows color (decimal): -1015843 or 14516208. OLE color: 14516208.
HSL color Cylindrical-coordinate representation of color #F07FDD: hue angle of 310.09º 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 #F07FDD is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 221 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.06 |
| HSL | 310.09º | 0.79% | 0.72% | - |
| HSV(B) | 310.09º | 0.47% | 0.94% | - |
| XYZ | 56.58 | 38.92 | 72.94 | - |
| YUV | 171.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 221 | 0 | 0.47 | 0.08 | 0.06 | 310.09 | 0.79 | 0.72 |
| Hex | F0 | 7F | DD | 0 | 2F | 8 | 6 | 136 | 4F | 48 |
| Octal | 360 | 177 | 335 | 0 | 57 | 10 | 6 | 466 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11011101 | 0 | 101111 | 1000 | 110 | 100110110 | 1001111 | 1001000 |
Color Harmonies of #F07FDD
Complementary color
Monochromatic Colors of #F07FDD
Black with #F07FDD
Text Example
Text Example
White with #F07FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FDD; }
p { color: rgb(240,127,221); }
H1.HeaderClassName
{
color: #F07FDD;
}
.AnyTagClassName
{
color: #F07FDD;
}
</style>
background-color css
<style>
a { background-color: #F07FDD; }
a { background-color: rgb(240,127,221); }
div.DivClassName
{
background-color: #F07FDD;
}
.BgClassName
{
background-color: #F07FDD;
}
</style>
border-color css
<style>
span { border-color: #F07FDD; }
span { border-color: rgb(240,127,221); }
td.TdClassName
{
border-color: #F07FDD;
}
.TagClassName
{
border-color: #F07FDD;
}
</style>