Shades of Pale Magenta #F374E5
Tints of Pale Magenta #F374E5
RGB
CMYK
RGB Variations
Color information
#F374E5 (or 0xF374E5) is known color: Pale Magenta. HEX triplet: F3, 74 and E5. RGB value is (243,116,229). Sum of RGB (Red+Green+Blue) = 243+116+229=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F374E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374E5 is #0C8B1A. Grayscale: #A6A6A6. Windows color (decimal): -822043 or 15037683. OLE color: 15037683.
HSL color Cylindrical-coordinate representation of color #F374E5: hue angle of 306.61º 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 #F374E5 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 229 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.05 |
| HSL | 306.61º | 0.84% | 0.7% | - |
| HSV(B) | 306.61º | 0.52% | 0.95% | - |
| XYZ | 57.35 | 37.2 | 78.29 | - |
| YUV | 166.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 229 | 0 | 0.52 | 0.06 | 0.05 | 306.61 | 0.84 | 0.7 |
| Hex | F3 | 74 | E5 | 0 | 34 | 6 | 5 | 133 | 54 | 46 |
| Octal | 363 | 164 | 345 | 0 | 64 | 6 | 5 | 463 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11100101 | 0 | 110100 | 110 | 101 | 100110011 | 1010100 | 1000110 |
Color Harmonies of #F374E5
Complementary color
Monochromatic Colors of #F374E5
Black with #F374E5
Text Example
Text Example
White with #F374E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374E5; }
p { color: rgb(243,116,229); }
H1.HeaderClassName
{
color: #F374E5;
}
.AnyTagClassName
{
color: #F374E5;
}
</style>
background-color css
<style>
a { background-color: #F374E5; }
a { background-color: rgb(243,116,229); }
div.DivClassName
{
background-color: #F374E5;
}
.BgClassName
{
background-color: #F374E5;
}
</style>
border-color css
<style>
span { border-color: #F374E5; }
span { border-color: rgb(243,116,229); }
td.TdClassName
{
border-color: #F374E5;
}
.TagClassName
{
border-color: #F374E5;
}
</style>