Shades of Pale Magenta #F378E6
Tints of Pale Magenta #F378E6
RGB
CMYK
RGB Variations
Color information
#F378E6 (or 0xF378E6) is known color: Pale Magenta. HEX triplet: F3, 78 and E6. RGB value is (243,120,230). Sum of RGB (Red+Green+Blue) = 243+120+230=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F378E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F378E6 is #0C8719. Grayscale: #A9A9A9. Windows color (decimal): -821018 or 15104243. OLE color: 15104243.
HSL color Cylindrical-coordinate representation of color #F378E6: hue angle of 306.34º 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 #F378E6 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 230 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.05 |
| HSL | 306.34º | 0.84% | 0.71% | - |
| HSV(B) | 306.34º | 0.51% | 0.95% | - |
| XYZ | 57.96 | 38.2 | 79.18 | - |
| YUV | 169.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 230 | 0 | 0.51 | 0.05 | 0.05 | 306.34 | 0.84 | 0.71 |
| Hex | F3 | 78 | E6 | 0 | 33 | 5 | 5 | 132 | 54 | 47 |
| Octal | 363 | 170 | 346 | 0 | 63 | 5 | 5 | 462 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11100110 | 0 | 110011 | 101 | 101 | 100110010 | 1010100 | 1000111 |
Color Harmonies of #F378E6
Complementary color
Monochromatic Colors of #F378E6
Black with #F378E6
Text Example
Text Example
White with #F378E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378E6; }
p { color: rgb(243,120,230); }
H1.HeaderClassName
{
color: #F378E6;
}
.AnyTagClassName
{
color: #F378E6;
}
</style>
background-color css
<style>
a { background-color: #F378E6; }
a { background-color: rgb(243,120,230); }
div.DivClassName
{
background-color: #F378E6;
}
.BgClassName
{
background-color: #F378E6;
}
</style>
border-color css
<style>
span { border-color: #F378E6; }
span { border-color: rgb(243,120,230); }
td.TdClassName
{
border-color: #F378E6;
}
.TagClassName
{
border-color: #F378E6;
}
</style>