Shades of Pale Magenta #F370DD
Tints of Pale Magenta #F370DD
RGB
CMYK
RGB Variations
Color information
#F370DD (or 0xF370DD) is known color: Pale Magenta. HEX triplet: F3, 70 and DD. RGB value is (243,112,221). Sum of RGB (Red+Green+Blue) = 243+112+221=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F370DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370DD is #0C8F22. Grayscale: #A3A3A3. Windows color (decimal): -823075 or 14512371. OLE color: 14512371.
HSL color Cylindrical-coordinate representation of color #F370DD: hue angle of 310.08º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370DD is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 221 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.05 |
| HSL | 310.08º | 0.85% | 0.7% | - |
| HSV(B) | 310.08º | 0.54% | 0.95% | - |
| XYZ | 55.81 | 35.86 | 72.39 | - |
| YUV | 163.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 221 | 0 | 0.54 | 0.09 | 0.05 | 310.08 | 0.85 | 0.7 |
| Hex | F3 | 70 | DD | 0 | 36 | 9 | 5 | 136 | 55 | 46 |
| Octal | 363 | 160 | 335 | 0 | 66 | 11 | 5 | 466 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11011101 | 0 | 110110 | 1001 | 101 | 100110110 | 1010101 | 1000110 |
Color Harmonies of #F370DD
Complementary color
Monochromatic Colors of #F370DD
Black with #F370DD
Text Example
Text Example
White with #F370DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370DD; }
p { color: rgb(243,112,221); }
H1.HeaderClassName
{
color: #F370DD;
}
.AnyTagClassName
{
color: #F370DD;
}
</style>
background-color css
<style>
a { background-color: #F370DD; }
a { background-color: rgb(243,112,221); }
div.DivClassName
{
background-color: #F370DD;
}
.BgClassName
{
background-color: #F370DD;
}
</style>
border-color css
<style>
span { border-color: #F370DD; }
span { border-color: rgb(243,112,221); }
td.TdClassName
{
border-color: #F370DD;
}
.TagClassName
{
border-color: #F370DD;
}
</style>