Shades of Pale Magenta #F374D9
Tints of Pale Magenta #F374D9
RGB
CMYK
RGB Variations
Color information
#F374D9 (or 0xF374D9) is known color: Pale Magenta. HEX triplet: F3, 74 and D9. RGB value is (243,116,217). Sum of RGB (Red+Green+Blue) = 243+116+217=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F374D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374D9 is #0C8B26. Grayscale: #A5A5A5. Windows color (decimal): -822055 or 14251251. OLE color: 14251251.
HSL color Cylindrical-coordinate representation of color #F374D9: hue angle of 312.28º 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 #F374D9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 217 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.05 |
| HSL | 312.28º | 0.84% | 0.7% | - |
| HSV(B) | 312.28º | 0.52% | 0.95% | - |
| XYZ | 55.73 | 36.56 | 69.76 | - |
| YUV | 165.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 217 | 0 | 0.52 | 0.11 | 0.05 | 312.28 | 0.84 | 0.7 |
| Hex | F3 | 74 | D9 | 0 | 34 | B | 5 | 138 | 54 | 46 |
| Octal | 363 | 164 | 331 | 0 | 64 | 13 | 5 | 470 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011001 | 0 | 110100 | 1011 | 101 | 100111000 | 1010100 | 1000110 |
Color Harmonies of #F374D9
Complementary color
Monochromatic Colors of #F374D9
Black with #F374D9
Text Example
Text Example
White with #F374D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374D9; }
p { color: rgb(243,116,217); }
H1.HeaderClassName
{
color: #F374D9;
}
.AnyTagClassName
{
color: #F374D9;
}
</style>
background-color css
<style>
a { background-color: #F374D9; }
a { background-color: rgb(243,116,217); }
div.DivClassName
{
background-color: #F374D9;
}
.BgClassName
{
background-color: #F374D9;
}
</style>
border-color css
<style>
span { border-color: #F374D9; }
span { border-color: rgb(243,116,217); }
td.TdClassName
{
border-color: #F374D9;
}
.TagClassName
{
border-color: #F374D9;
}
</style>