Shades of Pale Magenta #F382DF
Tints of Pale Magenta #F382DF
RGB
CMYK
RGB Variations
Color information
#F382DF (or 0xF382DF) is known color: Pale Magenta. HEX triplet: F3, 82 and DF. RGB value is (243,130,223). Sum of RGB (Red+Green+Blue) = 243+130+223=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F382DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382DF is #0C7D20. Grayscale: #AEAEAE. Windows color (decimal): -818465 or 14648051. OLE color: 14648051.
HSL color Cylindrical-coordinate representation of color #F382DF: hue angle of 310.62º degrees, saturation: 0.82, 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 #F382DF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 223 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.05 |
| HSL | 310.62º | 0.82% | 0.73% | - |
| HSV(B) | 310.62º | 0.47% | 0.95% | - |
| XYZ | 58.26 | 40.35 | 74.53 | - |
| YUV | 174.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 223 | 0 | 0.47 | 0.08 | 0.05 | 310.62 | 0.82 | 0.73 |
| Hex | F3 | 82 | DF | 0 | 2F | 8 | 5 | 137 | 52 | 49 |
| Octal | 363 | 202 | 337 | 0 | 57 | 10 | 5 | 467 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11011111 | 0 | 101111 | 1000 | 101 | 100110111 | 1010010 | 1001001 |
Color Harmonies of #F382DF
Complementary color
Monochromatic Colors of #F382DF
Black with #F382DF
Text Example
Text Example
White with #F382DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382DF; }
p { color: rgb(243,130,223); }
H1.HeaderClassName
{
color: #F382DF;
}
.AnyTagClassName
{
color: #F382DF;
}
</style>
background-color css
<style>
a { background-color: #F382DF; }
a { background-color: rgb(243,130,223); }
div.DivClassName
{
background-color: #F382DF;
}
.BgClassName
{
background-color: #F382DF;
}
</style>
border-color css
<style>
span { border-color: #F382DF; }
span { border-color: rgb(243,130,223); }
td.TdClassName
{
border-color: #F382DF;
}
.TagClassName
{
border-color: #F382DF;
}
</style>