Shades of Pale Magenta #F088DD
Tints of Pale Magenta #F088DD
RGB
CMYK
RGB Variations
Color information
#F088DD (or 0xF088DD) is known color: Pale Magenta. HEX triplet: F0, 88 and DD. RGB value is (240,136,221). Sum of RGB (Red+Green+Blue) = 240+136+221=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F088DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088DD is #0F7722. Grayscale: #B0B0B0. Windows color (decimal): -1013539 or 14518512. OLE color: 14518512.
HSL color Cylindrical-coordinate representation of color #F088DD: hue angle of 310.96º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088DD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 221 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.06 |
| HSL | 310.96º | 0.78% | 0.74% | - |
| HSV(B) | 310.96º | 0.43% | 0.94% | - |
| XYZ | 57.79 | 41.35 | 73.34 | - |
| YUV | 176.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 221 | 0 | 0.43 | 0.08 | 0.06 | 310.96 | 0.78 | 0.74 |
| Hex | F0 | 88 | DD | 0 | 2B | 8 | 6 | 137 | 4E | 4A |
| Octal | 360 | 210 | 335 | 0 | 53 | 10 | 6 | 467 | 116 | 112 |
| Binary | 11110000 | 10001000 | 11011101 | 0 | 101011 | 1000 | 110 | 100110111 | 1001110 | 1001010 |
Color Harmonies of #F088DD
Complementary color
Monochromatic Colors of #F088DD
Black with #F088DD
Text Example
Text Example
White with #F088DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F088DD; }
p { color: rgb(240,136,221); }
H1.HeaderClassName
{
color: #F088DD;
}
.AnyTagClassName
{
color: #F088DD;
}
</style>
background-color css
<style>
a { background-color: #F088DD; }
a { background-color: rgb(240,136,221); }
div.DivClassName
{
background-color: #F088DD;
}
.BgClassName
{
background-color: #F088DD;
}
</style>
border-color css
<style>
span { border-color: #F088DD; }
span { border-color: rgb(240,136,221); }
td.TdClassName
{
border-color: #F088DD;
}
.TagClassName
{
border-color: #F088DD;
}
</style>