Shades of Pale Magenta #F375DD
Tints of Pale Magenta #F375DD
RGB
CMYK
RGB Variations
Color information
#F375DD (or 0xF375DD) is known color: Pale Magenta. HEX triplet: F3, 75 and DD. RGB value is (243,117,221). Sum of RGB (Red+Green+Blue) = 243+117+221=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F375DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375DD is #0C8A22. Grayscale: #A6A6A6. Windows color (decimal): -821795 or 14513651. OLE color: 14513651.
HSL color Cylindrical-coordinate representation of color #F375DD: hue angle of 310.48º 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 #F375DD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 221 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 310.48º | 0.84% | 0.71% | - |
| HSV(B) | 310.48º | 0.52% | 0.95% | - |
| XYZ | 56.37 | 37 | 72.58 | - |
| YUV | 166.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 221 | 0 | 0.52 | 0.09 | 0.05 | 310.48 | 0.84 | 0.71 |
| Hex | F3 | 75 | DD | 0 | 34 | 9 | 5 | 136 | 54 | 47 |
| Octal | 363 | 165 | 335 | 0 | 64 | 11 | 5 | 466 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11011101 | 0 | 110100 | 1001 | 101 | 100110110 | 1010100 | 1000111 |
Color Harmonies of #F375DD
Complementary color
Monochromatic Colors of #F375DD
Black with #F375DD
Text Example
Text Example
White with #F375DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375DD; }
p { color: rgb(243,117,221); }
H1.HeaderClassName
{
color: #F375DD;
}
.AnyTagClassName
{
color: #F375DD;
}
</style>
background-color css
<style>
a { background-color: #F375DD; }
a { background-color: rgb(243,117,221); }
div.DivClassName
{
background-color: #F375DD;
}
.BgClassName
{
background-color: #F375DD;
}
</style>
border-color css
<style>
span { border-color: #F375DD; }
span { border-color: rgb(243,117,221); }
td.TdClassName
{
border-color: #F375DD;
}
.TagClassName
{
border-color: #F375DD;
}
</style>