Shades of Pale Magenta #F08CDD
Tints of Pale Magenta #F08CDD
RGB
CMYK
RGB Variations
Color information
#F08CDD (or 0xF08CDD) is known color: Pale Magenta. HEX triplet: F0, 8C and DD. RGB value is (240,140,221). Sum of RGB (Red+Green+Blue) = 240+140+221=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CDD is #0F7322. Grayscale: #B2B2B2. Windows color (decimal): -1012515 or 14519536. OLE color: 14519536.
HSL color Cylindrical-coordinate representation of color #F08CDD: hue angle of 311.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CDD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 221 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 311.4º | 0.77% | 0.75% | - |
| HSV(B) | 311.4º | 0.42% | 0.94% | - |
| XYZ | 58.36 | 42.5 | 73.53 | - |
| YUV | 179.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 221 | 0 | 0.42 | 0.08 | 0.06 | 311.4 | 0.77 | 0.75 |
| Hex | F0 | 8C | DD | 0 | 2A | 8 | 6 | 137 | 4D | 4B |
| Octal | 360 | 214 | 335 | 0 | 52 | 10 | 6 | 467 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11011101 | 0 | 101010 | 1000 | 110 | 100110111 | 1001101 | 1001011 |
Color Harmonies of #F08CDD
Complementary color
Monochromatic Colors of #F08CDD
Black with #F08CDD
Text Example
Text Example
White with #F08CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CDD; }
p { color: rgb(240,140,221); }
H1.HeaderClassName
{
color: #F08CDD;
}
.AnyTagClassName
{
color: #F08CDD;
}
</style>
background-color css
<style>
a { background-color: #F08CDD; }
a { background-color: rgb(240,140,221); }
div.DivClassName
{
background-color: #F08CDD;
}
.BgClassName
{
background-color: #F08CDD;
}
</style>
border-color css
<style>
span { border-color: #F08CDD; }
span { border-color: rgb(240,140,221); }
td.TdClassName
{
border-color: #F08CDD;
}
.TagClassName
{
border-color: #F08CDD;
}
</style>