Shades of Pale Magenta #F08FDD
Tints of Pale Magenta #F08FDD
RGB
CMYK
RGB Variations
Color information
#F08FDD (or 0xF08FDD) is known color: Pale Magenta. HEX triplet: F0, 8F and DD. RGB value is (240,143,221). Sum of RGB (Red+Green+Blue) = 240+143+221=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDD is #0F7022. Grayscale: #B4B4B4. Windows color (decimal): -1011747 or 14520304. OLE color: 14520304.
HSL color Cylindrical-coordinate representation of color #F08FDD: hue angle of 311.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FDD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 221 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.06 |
| HSL | 311.75º | 0.76% | 0.75% | - |
| HSV(B) | 311.75º | 0.4% | 0.94% | - |
| XYZ | 58.81 | 43.39 | 73.68 | - |
| YUV | 180.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 221 | 0 | 0.40 | 0.08 | 0.06 | 311.75 | 0.76 | 0.75 |
| Hex | F0 | 8F | DD | 0 | 28 | 8 | 6 | 138 | 4C | 4B |
| Octal | 360 | 217 | 335 | 0 | 50 | 10 | 6 | 470 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11011101 | 0 | 101000 | 1000 | 110 | 100111000 | 1001100 | 1001011 |
Color Harmonies of #F08FDD
Complementary color
Monochromatic Colors of #F08FDD
Black with #F08FDD
Text Example
Text Example
White with #F08FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FDD; }
p { color: rgb(240,143,221); }
H1.HeaderClassName
{
color: #F08FDD;
}
.AnyTagClassName
{
color: #F08FDD;
}
</style>
background-color css
<style>
a { background-color: #F08FDD; }
a { background-color: rgb(240,143,221); }
div.DivClassName
{
background-color: #F08FDD;
}
.BgClassName
{
background-color: #F08FDD;
}
</style>
border-color css
<style>
span { border-color: #F08FDD; }
span { border-color: rgb(240,143,221); }
td.TdClassName
{
border-color: #F08FDD;
}
.TagClassName
{
border-color: #F08FDD;
}
</style>