Shades of Pale Magenta #F381D7
Tints of Pale Magenta #F381D7
RGB
CMYK
RGB Variations
Color information
#F381D7 (or 0xF381D7) is known color: Pale Magenta. HEX triplet: F3, 81 and D7. RGB value is (243,129,215). Sum of RGB (Red+Green+Blue) = 243+129+215=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F381D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381D7 is #0C7E28. Grayscale: #ACACAC. Windows color (decimal): -818729 or 14123507. OLE color: 14123507.
HSL color Cylindrical-coordinate representation of color #F381D7: hue angle of 314.74º 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 #F381D7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 215 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.05 |
| HSL | 314.74º | 0.83% | 0.73% | - |
| HSV(B) | 314.74º | 0.47% | 0.95% | - |
| XYZ | 57.08 | 39.66 | 68.94 | - |
| YUV | 172.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 215 | 0 | 0.47 | 0.12 | 0.05 | 314.74 | 0.83 | 0.73 |
| Hex | F3 | 81 | D7 | 0 | 2F | C | 5 | 13B | 53 | 49 |
| Octal | 363 | 201 | 327 | 0 | 57 | 14 | 5 | 473 | 123 | 111 |
| Binary | 11110011 | 10000001 | 11010111 | 0 | 101111 | 1100 | 101 | 100111011 | 1010011 | 1001001 |
Color Harmonies of #F381D7
Complementary color
Monochromatic Colors of #F381D7
Black with #F381D7
Text Example
Text Example
White with #F381D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381D7; }
p { color: rgb(243,129,215); }
H1.HeaderClassName
{
color: #F381D7;
}
.AnyTagClassName
{
color: #F381D7;
}
</style>
background-color css
<style>
a { background-color: #F381D7; }
a { background-color: rgb(243,129,215); }
div.DivClassName
{
background-color: #F381D7;
}
.BgClassName
{
background-color: #F381D7;
}
</style>
border-color css
<style>
span { border-color: #F381D7; }
span { border-color: rgb(243,129,215); }
td.TdClassName
{
border-color: #F381D7;
}
.TagClassName
{
border-color: #F381D7;
}
</style>