Shades of Pale Magenta #F378D4
Tints of Pale Magenta #F378D4
RGB
CMYK
RGB Variations
Color information
#F378D4 (or 0xF378D4) is known color: Pale Magenta. HEX triplet: F3, 78 and D4. RGB value is (243,120,212). Sum of RGB (Red+Green+Blue) = 243+120+212=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F378D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378D4 is #0C872B. Grayscale: #A7A7A7. Windows color (decimal): -821036 or 13924595. OLE color: 13924595.
HSL color Cylindrical-coordinate representation of color #F378D4: hue angle of 315.12º 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 #F378D4 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 212 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.05 |
| HSL | 315.12º | 0.84% | 0.71% | - |
| HSV(B) | 315.12º | 0.51% | 0.95% | - |
| XYZ | 55.56 | 37.24 | 66.55 | - |
| YUV | 167.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 212 | 0 | 0.51 | 0.13 | 0.05 | 315.12 | 0.84 | 0.71 |
| Hex | F3 | 78 | D4 | 0 | 33 | D | 5 | 13B | 54 | 47 |
| Octal | 363 | 170 | 324 | 0 | 63 | 15 | 5 | 473 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11010100 | 0 | 110011 | 1101 | 101 | 100111011 | 1010100 | 1000111 |
Color Harmonies of #F378D4
Complementary color
Monochromatic Colors of #F378D4
Black with #F378D4
Text Example
Text Example
White with #F378D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378D4; }
p { color: rgb(243,120,212); }
H1.HeaderClassName
{
color: #F378D4;
}
.AnyTagClassName
{
color: #F378D4;
}
</style>
background-color css
<style>
a { background-color: #F378D4; }
a { background-color: rgb(243,120,212); }
div.DivClassName
{
background-color: #F378D4;
}
.BgClassName
{
background-color: #F378D4;
}
</style>
border-color css
<style>
span { border-color: #F378D4; }
span { border-color: rgb(243,120,212); }
td.TdClassName
{
border-color: #F378D4;
}
.TagClassName
{
border-color: #F378D4;
}
</style>