Shades of Pale Magenta #F385D4
Tints of Pale Magenta #F385D4
RGB
CMYK
RGB Variations
Color information
#F385D4 (or 0xF385D4) is known color: Pale Magenta. HEX triplet: F3, 85 and D4. RGB value is (243,133,212). Sum of RGB (Red+Green+Blue) = 243+133+212=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F385D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385D4 is #0C7A2B. Grayscale: #AEAEAE. Windows color (decimal): -817708 or 13927923. OLE color: 13927923.
HSL color Cylindrical-coordinate representation of color #F385D4: hue angle of 316.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385D4 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 212 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 316.91º | 0.82% | 0.74% | - |
| HSV(B) | 316.91º | 0.45% | 0.95% | - |
| XYZ | 57.23 | 40.58 | 67.1 | - |
| YUV | 174.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 212 | 0 | 0.45 | 0.13 | 0.05 | 316.91 | 0.82 | 0.74 |
| Hex | F3 | 85 | D4 | 0 | 2D | D | 5 | 13D | 52 | 4A |
| Octal | 363 | 205 | 324 | 0 | 55 | 15 | 5 | 475 | 122 | 112 |
| Binary | 11110011 | 10000101 | 11010100 | 0 | 101101 | 1101 | 101 | 100111101 | 1010010 | 1001010 |
Color Harmonies of #F385D4
Complementary color
Monochromatic Colors of #F385D4
Black with #F385D4
Text Example
Text Example
White with #F385D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385D4; }
p { color: rgb(243,133,212); }
H1.HeaderClassName
{
color: #F385D4;
}
.AnyTagClassName
{
color: #F385D4;
}
</style>
background-color css
<style>
a { background-color: #F385D4; }
a { background-color: rgb(243,133,212); }
div.DivClassName
{
background-color: #F385D4;
}
.BgClassName
{
background-color: #F385D4;
}
</style>
border-color css
<style>
span { border-color: #F385D4; }
span { border-color: rgb(243,133,212); }
td.TdClassName
{
border-color: #F385D4;
}
.TagClassName
{
border-color: #F385D4;
}
</style>