Shades of Pale Magenta #F375D9
Tints of Pale Magenta #F375D9
RGB
CMYK
RGB Variations
Color information
#F375D9 (or 0xF375D9) is known color: Pale Magenta. HEX triplet: F3, 75 and D9. RGB value is (243,117,217). Sum of RGB (Red+Green+Blue) = 243+117+217=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F375D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375D9 is #0C8A26. Grayscale: #A5A5A5. Windows color (decimal): -821799 or 14251507. OLE color: 14251507.
HSL color Cylindrical-coordinate representation of color #F375D9: hue angle of 312.38º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375D9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 217 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.05 |
| HSL | 312.38º | 0.84% | 0.71% | - |
| HSV(B) | 312.38º | 0.52% | 0.95% | - |
| XYZ | 55.85 | 36.79 | 69.8 | - |
| YUV | 166.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 217 | 0 | 0.52 | 0.11 | 0.05 | 312.38 | 0.84 | 0.71 |
| Hex | F3 | 75 | D9 | 0 | 34 | B | 5 | 138 | 54 | 47 |
| Octal | 363 | 165 | 331 | 0 | 64 | 13 | 5 | 470 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11011001 | 0 | 110100 | 1011 | 101 | 100111000 | 1010100 | 1000111 |
Color Harmonies of #F375D9
Complementary color
Monochromatic Colors of #F375D9
Black with #F375D9
Text Example
Text Example
White with #F375D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375D9; }
p { color: rgb(243,117,217); }
H1.HeaderClassName
{
color: #F375D9;
}
.AnyTagClassName
{
color: #F375D9;
}
</style>
background-color css
<style>
a { background-color: #F375D9; }
a { background-color: rgb(243,117,217); }
div.DivClassName
{
background-color: #F375D9;
}
.BgClassName
{
background-color: #F375D9;
}
</style>
border-color css
<style>
span { border-color: #F375D9; }
span { border-color: rgb(243,117,217); }
td.TdClassName
{
border-color: #F375D9;
}
.TagClassName
{
border-color: #F375D9;
}
</style>