Shades of Pale Magenta #F380D9
Tints of Pale Magenta #F380D9
RGB
CMYK
RGB Variations
Color information
#F380D9 (or 0xF380D9) is known color: Pale Magenta. HEX triplet: F3, 80 and D9. RGB value is (243,128,217). Sum of RGB (Red+Green+Blue) = 243+128+217=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F380D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380D9 is #0C7F26. Grayscale: #ACACAC. Windows color (decimal): -818983 or 14254323. OLE color: 14254323.
HSL color Cylindrical-coordinate representation of color #F380D9: hue angle of 313.57º 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 #F380D9 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 217 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.05 |
| HSL | 313.57º | 0.83% | 0.73% | - |
| HSV(B) | 313.57º | 0.47% | 0.95% | - |
| XYZ | 57.21 | 39.5 | 70.26 | - |
| YUV | 172.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 217 | 0 | 0.47 | 0.11 | 0.05 | 313.57 | 0.83 | 0.73 |
| Hex | F3 | 80 | D9 | 0 | 2F | B | 5 | 13A | 53 | 49 |
| Octal | 363 | 200 | 331 | 0 | 57 | 13 | 5 | 472 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11011001 | 0 | 101111 | 1011 | 101 | 100111010 | 1010011 | 1001001 |
Color Harmonies of #F380D9
Complementary color
Monochromatic Colors of #F380D9
Black with #F380D9
Text Example
Text Example
White with #F380D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380D9; }
p { color: rgb(243,128,217); }
H1.HeaderClassName
{
color: #F380D9;
}
.AnyTagClassName
{
color: #F380D9;
}
</style>
background-color css
<style>
a { background-color: #F380D9; }
a { background-color: rgb(243,128,217); }
div.DivClassName
{
background-color: #F380D9;
}
.BgClassName
{
background-color: #F380D9;
}
</style>
border-color css
<style>
span { border-color: #F380D9; }
span { border-color: rgb(243,128,217); }
td.TdClassName
{
border-color: #F380D9;
}
.TagClassName
{
border-color: #F380D9;
}
</style>