Shades of Pale Magenta #F378DF
Tints of Pale Magenta #F378DF
RGB
CMYK
RGB Variations
Color information
#F378DF (or 0xF378DF) is known color: Pale Magenta. HEX triplet: F3, 78 and DF. RGB value is (243,120,223). Sum of RGB (Red+Green+Blue) = 243+120+223=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F378DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378DF is #0C8720. Grayscale: #A8A8A8. Windows color (decimal): -821025 or 14645491. OLE color: 14645491.
HSL color Cylindrical-coordinate representation of color #F378DF: hue angle of 309.76º 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 #F378DF is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 223 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.05 |
| HSL | 309.76º | 0.84% | 0.71% | - |
| HSV(B) | 309.76º | 0.51% | 0.95% | - |
| XYZ | 57 | 37.82 | 74.11 | - |
| YUV | 168.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 223 | 0 | 0.51 | 0.08 | 0.05 | 309.76 | 0.84 | 0.71 |
| Hex | F3 | 78 | DF | 0 | 33 | 8 | 5 | 136 | 54 | 47 |
| Octal | 363 | 170 | 337 | 0 | 63 | 10 | 5 | 466 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11011111 | 0 | 110011 | 1000 | 101 | 100110110 | 1010100 | 1000111 |
Color Harmonies of #F378DF
Complementary color
Monochromatic Colors of #F378DF
Black with #F378DF
Text Example
Text Example
White with #F378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378DF; }
p { color: rgb(243,120,223); }
H1.HeaderClassName
{
color: #F378DF;
}
.AnyTagClassName
{
color: #F378DF;
}
</style>
background-color css
<style>
a { background-color: #F378DF; }
a { background-color: rgb(243,120,223); }
div.DivClassName
{
background-color: #F378DF;
}
.BgClassName
{
background-color: #F378DF;
}
</style>
border-color css
<style>
span { border-color: #F378DF; }
span { border-color: rgb(243,120,223); }
td.TdClassName
{
border-color: #F378DF;
}
.TagClassName
{
border-color: #F378DF;
}
</style>