Shades of Pale Magenta #F374DA
Tints of Pale Magenta #F374DA
RGB
CMYK
RGB Variations
Color information
#F374DA (or 0xF374DA) is known color: Pale Magenta. HEX triplet: F3, 74 and DA. RGB value is (243,116,218). Sum of RGB (Red+Green+Blue) = 243+116+218=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F374DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374DA is #0C8B25. Grayscale: #A5A5A5. Windows color (decimal): -822054 or 14316787. OLE color: 14316787.
HSL color Cylindrical-coordinate representation of color #F374DA: hue angle of 311.81º 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 #F374DA is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 218 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.05 |
| HSL | 311.81º | 0.84% | 0.7% | - |
| HSV(B) | 311.81º | 0.52% | 0.95% | - |
| XYZ | 55.86 | 36.61 | 70.45 | - |
| YUV | 165.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 218 | 0 | 0.52 | 0.10 | 0.05 | 311.81 | 0.84 | 0.7 |
| Hex | F3 | 74 | DA | 0 | 34 | A | 5 | 138 | 54 | 46 |
| Octal | 363 | 164 | 332 | 0 | 64 | 12 | 5 | 470 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11011010 | 0 | 110100 | 1010 | 101 | 100111000 | 1010100 | 1000110 |
Color Harmonies of #F374DA
Complementary color
Monochromatic Colors of #F374DA
Black with #F374DA
Text Example
Text Example
White with #F374DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374DA; }
p { color: rgb(243,116,218); }
H1.HeaderClassName
{
color: #F374DA;
}
.AnyTagClassName
{
color: #F374DA;
}
</style>
background-color css
<style>
a { background-color: #F374DA; }
a { background-color: rgb(243,116,218); }
div.DivClassName
{
background-color: #F374DA;
}
.BgClassName
{
background-color: #F374DA;
}
</style>
border-color css
<style>
span { border-color: #F374DA; }
span { border-color: rgb(243,116,218); }
td.TdClassName
{
border-color: #F374DA;
}
.TagClassName
{
border-color: #F374DA;
}
</style>