Shades of Pale Magenta #F378DC
Tints of Pale Magenta #F378DC
RGB
CMYK
RGB Variations
Color information
#F378DC (or 0xF378DC) is known color: Pale Magenta. HEX triplet: F3, 78 and DC. RGB value is (243,120,220). Sum of RGB (Red+Green+Blue) = 243+120+220=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F378DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378DC is #0C8723. Grayscale: #A7A7A7. Windows color (decimal): -821028 or 14448883. OLE color: 14448883.
HSL color Cylindrical-coordinate representation of color #F378DC: hue angle of 311.22º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378DC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 220 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 311.22º | 0.84% | 0.71% | - |
| HSV(B) | 311.22º | 0.51% | 0.95% | - |
| XYZ | 56.6 | 37.65 | 72 | - |
| YUV | 168.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 220 | 0 | 0.51 | 0.09 | 0.05 | 311.22 | 0.84 | 0.71 |
| Hex | F3 | 78 | DC | 0 | 33 | 9 | 5 | 137 | 54 | 47 |
| Octal | 363 | 170 | 334 | 0 | 63 | 11 | 5 | 467 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11011100 | 0 | 110011 | 1001 | 101 | 100110111 | 1010100 | 1000111 |
Color Harmonies of #F378DC
Complementary color
Monochromatic Colors of #F378DC
Black with #F378DC
Text Example
Text Example
White with #F378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378DC; }
p { color: rgb(243,120,220); }
H1.HeaderClassName
{
color: #F378DC;
}
.AnyTagClassName
{
color: #F378DC;
}
</style>
background-color css
<style>
a { background-color: #F378DC; }
a { background-color: rgb(243,120,220); }
div.DivClassName
{
background-color: #F378DC;
}
.BgClassName
{
background-color: #F378DC;
}
</style>
border-color css
<style>
span { border-color: #F378DC; }
span { border-color: rgb(243,120,220); }
td.TdClassName
{
border-color: #F378DC;
}
.TagClassName
{
border-color: #F378DC;
}
</style>