Shades of Pale Magenta #F391DE
Tints of Pale Magenta #F391DE
RGB
CMYK
RGB Variations
Color information
#F391DE (or 0xF391DE) is known color: Pale Magenta. HEX triplet: F3, 91 and DE. RGB value is (243,145,222). Sum of RGB (Red+Green+Blue) = 243+145+222=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F391DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391DE is #0C6E21. Grayscale: #B6B6B6. Windows color (decimal): -814626 or 14586355. OLE color: 14586355.
HSL color Cylindrical-coordinate representation of color #F391DE: hue angle of 312.86º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391DE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 222 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.05 |
| HSL | 312.86º | 0.8% | 0.76% | - |
| HSV(B) | 312.86º | 0.4% | 0.95% | - |
| XYZ | 60.27 | 44.58 | 74.54 | - |
| YUV | 183.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 222 | 0 | 0.40 | 0.09 | 0.05 | 312.86 | 0.8 | 0.76 |
| Hex | F3 | 91 | DE | 0 | 28 | 9 | 5 | 139 | 50 | 4C |
| Octal | 363 | 221 | 336 | 0 | 50 | 11 | 5 | 471 | 120 | 114 |
| Binary | 11110011 | 10010001 | 11011110 | 0 | 101000 | 1001 | 101 | 100111001 | 1010000 | 1001100 |
Color Harmonies of #F391DE
Complementary color
Monochromatic Colors of #F391DE
Black with #F391DE
Text Example
Text Example
White with #F391DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391DE; }
p { color: rgb(243,145,222); }
H1.HeaderClassName
{
color: #F391DE;
}
.AnyTagClassName
{
color: #F391DE;
}
</style>
background-color css
<style>
a { background-color: #F391DE; }
a { background-color: rgb(243,145,222); }
div.DivClassName
{
background-color: #F391DE;
}
.BgClassName
{
background-color: #F391DE;
}
</style>
border-color css
<style>
span { border-color: #F391DE; }
span { border-color: rgb(243,145,222); }
td.TdClassName
{
border-color: #F391DE;
}
.TagClassName
{
border-color: #F391DE;
}
</style>