Shades of Pale Magenta #F380DF
Tints of Pale Magenta #F380DF
RGB
CMYK
RGB Variations
Color information
#F380DF (or 0xF380DF) is known color: Pale Magenta. HEX triplet: F3, 80 and DF. RGB value is (243,128,223). Sum of RGB (Red+Green+Blue) = 243+128+223=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F380DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380DF is #0C7F20. Grayscale: #ACACAC. Windows color (decimal): -818977 or 14647539. OLE color: 14647539.
HSL color Cylindrical-coordinate representation of color #F380DF: hue angle of 310.43º 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 #F380DF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 223 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.05 |
| HSL | 310.43º | 0.83% | 0.73% | - |
| HSV(B) | 310.43º | 0.47% | 0.95% | - |
| XYZ | 58 | 39.82 | 74.44 | - |
| YUV | 173.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 223 | 0 | 0.47 | 0.08 | 0.05 | 310.43 | 0.83 | 0.73 |
| Hex | F3 | 80 | DF | 0 | 2F | 8 | 5 | 136 | 53 | 49 |
| Octal | 363 | 200 | 337 | 0 | 57 | 10 | 5 | 466 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11011111 | 0 | 101111 | 1000 | 101 | 100110110 | 1010011 | 1001001 |
Color Harmonies of #F380DF
Complementary color
Monochromatic Colors of #F380DF
Black with #F380DF
Text Example
Text Example
White with #F380DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380DF; }
p { color: rgb(243,128,223); }
H1.HeaderClassName
{
color: #F380DF;
}
.AnyTagClassName
{
color: #F380DF;
}
</style>
background-color css
<style>
a { background-color: #F380DF; }
a { background-color: rgb(243,128,223); }
div.DivClassName
{
background-color: #F380DF;
}
.BgClassName
{
background-color: #F380DF;
}
</style>
border-color css
<style>
span { border-color: #F380DF; }
span { border-color: rgb(243,128,223); }
td.TdClassName
{
border-color: #F380DF;
}
.TagClassName
{
border-color: #F380DF;
}
</style>