Shades of Pale Magenta #F382DC
Tints of Pale Magenta #F382DC
RGB
CMYK
RGB Variations
Color information
#F382DC (or 0xF382DC) is known color: Pale Magenta. HEX triplet: F3, 82 and DC. RGB value is (243,130,220). Sum of RGB (Red+Green+Blue) = 243+130+220=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F382DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382DC is #0C7D23. Grayscale: #ADADAD. Windows color (decimal): -818468 or 14451443. OLE color: 14451443.
HSL color Cylindrical-coordinate representation of color #F382DC: hue angle of 312.21º 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 #F382DC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 220 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 312.21º | 0.82% | 0.73% | - |
| HSV(B) | 312.21º | 0.47% | 0.95% | - |
| XYZ | 57.86 | 40.19 | 72.42 | - |
| YUV | 174.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 220 | 0 | 0.47 | 0.09 | 0.05 | 312.21 | 0.82 | 0.73 |
| Hex | F3 | 82 | DC | 0 | 2F | 9 | 5 | 138 | 52 | 49 |
| Octal | 363 | 202 | 334 | 0 | 57 | 11 | 5 | 470 | 122 | 111 |
| Binary | 11110011 | 10000010 | 11011100 | 0 | 101111 | 1001 | 101 | 100111000 | 1010010 | 1001001 |
Color Harmonies of #F382DC
Complementary color
Monochromatic Colors of #F382DC
Black with #F382DC
Text Example
Text Example
White with #F382DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F382DC; }
p { color: rgb(243,130,220); }
H1.HeaderClassName
{
color: #F382DC;
}
.AnyTagClassName
{
color: #F382DC;
}
</style>
background-color css
<style>
a { background-color: #F382DC; }
a { background-color: rgb(243,130,220); }
div.DivClassName
{
background-color: #F382DC;
}
.BgClassName
{
background-color: #F382DC;
}
</style>
border-color css
<style>
span { border-color: #F382DC; }
span { border-color: rgb(243,130,220); }
td.TdClassName
{
border-color: #F382DC;
}
.TagClassName
{
border-color: #F382DC;
}
</style>