Shades of Pale Magenta #F374DF
Tints of Pale Magenta #F374DF
RGB
CMYK
RGB Variations
Color information
#F374DF (or 0xF374DF) is known color: Pale Magenta. HEX triplet: F3, 74 and DF. RGB value is (243,116,223). Sum of RGB (Red+Green+Blue) = 243+116+223=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DF is #0C8B20. Grayscale: #A5A5A5. Windows color (decimal): -822049 or 14644467. OLE color: 14644467.
HSL color Cylindrical-coordinate representation of color #F374DF: hue angle of 309.45º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374DF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 223 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.05 |
| HSL | 309.45º | 0.84% | 0.7% | - |
| HSV(B) | 309.45º | 0.52% | 0.95% | - |
| XYZ | 56.53 | 36.87 | 73.95 | - |
| YUV | 166.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 223 | 0 | 0.52 | 0.08 | 0.05 | 309.45 | 0.84 | 0.7 |
| Hex | F3 | 74 | DF | 0 | 34 | 8 | 5 | 135 | 54 | 46 |
| Octal | 363 | 164 | 337 | 0 | 64 | 10 | 5 | 465 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011111 | 0 | 110100 | 1000 | 101 | 100110101 | 1010100 | 1000110 |
Color Harmonies of #F374DF
Complementary color
Monochromatic Colors of #F374DF
Black with #F374DF
Text Example
Text Example
White with #F374DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374DF; }
p { color: rgb(243,116,223); }
H1.HeaderClassName
{
color: #F374DF;
}
.AnyTagClassName
{
color: #F374DF;
}
</style>
background-color css
<style>
a { background-color: #F374DF; }
a { background-color: rgb(243,116,223); }
div.DivClassName
{
background-color: #F374DF;
}
.BgClassName
{
background-color: #F374DF;
}
</style>
border-color css
<style>
span { border-color: #F374DF; }
span { border-color: rgb(243,116,223); }
td.TdClassName
{
border-color: #F374DF;
}
.TagClassName
{
border-color: #F374DF;
}
</style>