Shades of Pale Magenta #F374DE
Tints of Pale Magenta #F374DE
RGB
CMYK
RGB Variations
Color information
#F374DE (or 0xF374DE) is known color: Pale Magenta. HEX triplet: F3, 74 and DE. RGB value is (243,116,222). Sum of RGB (Red+Green+Blue) = 243+116+222=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DE is #0C8B21. Grayscale: #A5A5A5. Windows color (decimal): -822050 or 14578931. OLE color: 14578931.
HSL color Cylindrical-coordinate representation of color #F374DE: hue angle of 309.92º 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 #F374DE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 222 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 309.92º | 0.84% | 0.7% | - |
| HSV(B) | 309.92º | 0.52% | 0.95% | - |
| XYZ | 56.39 | 36.82 | 73.24 | - |
| YUV | 166.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 222 | 0 | 0.52 | 0.09 | 0.05 | 309.92 | 0.84 | 0.7 |
| Hex | F3 | 74 | DE | 0 | 34 | 9 | 5 | 136 | 54 | 46 |
| Octal | 363 | 164 | 336 | 0 | 64 | 11 | 5 | 466 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011110 | 0 | 110100 | 1001 | 101 | 100110110 | 1010100 | 1000110 |
Color Harmonies of #F374DE
Complementary color
Monochromatic Colors of #F374DE
Black with #F374DE
Text Example
Text Example
White with #F374DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374DE; }
p { color: rgb(243,116,222); }
H1.HeaderClassName
{
color: #F374DE;
}
.AnyTagClassName
{
color: #F374DE;
}
</style>
background-color css
<style>
a { background-color: #F374DE; }
a { background-color: rgb(243,116,222); }
div.DivClassName
{
background-color: #F374DE;
}
.BgClassName
{
background-color: #F374DE;
}
</style>
border-color css
<style>
span { border-color: #F374DE; }
span { border-color: rgb(243,116,222); }
td.TdClassName
{
border-color: #F374DE;
}
.TagClassName
{
border-color: #F374DE;
}
</style>