Shades of Pale Magenta #F374DD
Tints of Pale Magenta #F374DD
RGB
CMYK
RGB Variations
Color information
#F374DD (or 0xF374DD) is known color: Pale Magenta. HEX triplet: F3, 74 and DD. RGB value is (243,116,221). Sum of RGB (Red+Green+Blue) = 243+116+221=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DD is #0C8B22. Grayscale: #A5A5A5. Windows color (decimal): -822051 or 14513395. OLE color: 14513395.
HSL color Cylindrical-coordinate representation of color #F374DD: hue angle of 310.39º 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 #F374DD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 221 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 310.39º | 0.84% | 0.7% | - |
| HSV(B) | 310.39º | 0.52% | 0.95% | - |
| XYZ | 56.26 | 36.77 | 72.54 | - |
| YUV | 165.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 221 | 0 | 0.52 | 0.09 | 0.05 | 310.39 | 0.84 | 0.7 |
| Hex | F3 | 74 | DD | 0 | 34 | 9 | 5 | 136 | 54 | 46 |
| Octal | 363 | 164 | 335 | 0 | 64 | 11 | 5 | 466 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011101 | 0 | 110100 | 1001 | 101 | 100110110 | 1010100 | 1000110 |
Color Harmonies of #F374DD
Complementary color
Monochromatic Colors of #F374DD
Black with #F374DD
Text Example
Text Example
White with #F374DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374DD; }
p { color: rgb(243,116,221); }
H1.HeaderClassName
{
color: #F374DD;
}
.AnyTagClassName
{
color: #F374DD;
}
</style>
background-color css
<style>
a { background-color: #F374DD; }
a { background-color: rgb(243,116,221); }
div.DivClassName
{
background-color: #F374DD;
}
.BgClassName
{
background-color: #F374DD;
}
</style>
border-color css
<style>
span { border-color: #F374DD; }
span { border-color: rgb(243,116,221); }
td.TdClassName
{
border-color: #F374DD;
}
.TagClassName
{
border-color: #F374DD;
}
</style>