Shades of Pale Magenta #F390DD
Tints of Pale Magenta #F390DD
RGB
CMYK
RGB Variations
Color information
#F390DD (or 0xF390DD) is known color: Pale Magenta. HEX triplet: F3, 90 and DD. RGB value is (243,144,221). Sum of RGB (Red+Green+Blue) = 243+144+221=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DD is #0C6F22. Grayscale: #B6B6B6. Windows color (decimal): -814883 or 14520563. OLE color: 14520563.
HSL color Cylindrical-coordinate representation of color #F390DD: hue angle of 313.33º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390DD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 221 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.05 |
| HSL | 313.33º | 0.8% | 0.76% | - |
| HSV(B) | 313.33º | 0.41% | 0.95% | - |
| XYZ | 59.99 | 44.22 | 73.78 | - |
| YUV | 182.38 | 149.8 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 221 | 0 | 0.41 | 0.09 | 0.05 | 313.33 | 0.8 | 0.76 |
| Hex | F3 | 90 | DD | 0 | 29 | 9 | 5 | 139 | 50 | 4C |
| Octal | 363 | 220 | 335 | 0 | 51 | 11 | 5 | 471 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11011101 | 0 | 101001 | 1001 | 101 | 100111001 | 1010000 | 1001100 |
Color Harmonies of #F390DD
Complementary color
Monochromatic Colors of #F390DD
Black with #F390DD
Text Example
Text Example
White with #F390DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390DD; }
p { color: rgb(243,144,221); }
H1.HeaderClassName
{
color: #F390DD;
}
.AnyTagClassName
{
color: #F390DD;
}
</style>
background-color css
<style>
a { background-color: #F390DD; }
a { background-color: rgb(243,144,221); }
div.DivClassName
{
background-color: #F390DD;
}
.BgClassName
{
background-color: #F390DD;
}
</style>
border-color css
<style>
span { border-color: #F390DD; }
span { border-color: rgb(243,144,221); }
td.TdClassName
{
border-color: #F390DD;
}
.TagClassName
{
border-color: #F390DD;
}
</style>