Shades of Pale Magenta #F381DF
Tints of Pale Magenta #F381DF
RGB
CMYK
RGB Variations
Color information
#F381DF (or 0xF381DF) is known color: Pale Magenta. HEX triplet: F3, 81 and DF. RGB value is (243,129,223). Sum of RGB (Red+Green+Blue) = 243+129+223=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F381DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381DF is #0C7E20. Grayscale: #ADADAD. Windows color (decimal): -818721 or 14647795. OLE color: 14647795.
HSL color Cylindrical-coordinate representation of color #F381DF: hue angle of 310.53º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381DF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 223 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.05 |
| HSL | 310.53º | 0.83% | 0.73% | - |
| HSV(B) | 310.53º | 0.47% | 0.95% | - |
| XYZ | 58.13 | 40.08 | 74.48 | - |
| YUV | 173.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 223 | 0 | 0.47 | 0.08 | 0.05 | 310.53 | 0.83 | 0.73 |
| Hex | F3 | 81 | DF | 0 | 2F | 8 | 5 | 137 | 53 | 49 |
| Octal | 363 | 201 | 337 | 0 | 57 | 10 | 5 | 467 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11011111 | 0 | 101111 | 1000 | 101 | 100110111 | 1010011 | 1001001 |
Color Harmonies of #F381DF
Complementary color
Monochromatic Colors of #F381DF
Black with #F381DF
Text Example
Text Example
White with #F381DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381DF; }
p { color: rgb(243,129,223); }
H1.HeaderClassName
{
color: #F381DF;
}
.AnyTagClassName
{
color: #F381DF;
}
</style>
background-color css
<style>
a { background-color: #F381DF; }
a { background-color: rgb(243,129,223); }
div.DivClassName
{
background-color: #F381DF;
}
.BgClassName
{
background-color: #F381DF;
}
</style>
border-color css
<style>
span { border-color: #F381DF; }
span { border-color: rgb(243,129,223); }
td.TdClassName
{
border-color: #F381DF;
}
.TagClassName
{
border-color: #F381DF;
}
</style>