Shades of Pale Magenta #FF8CDF
Tints of Pale Magenta #FF8CDF
RGB
CMYK
RGB Variations
Color information
#FF8CDF (or 0xFF8CDF) is known color: Pale Magenta. HEX triplet: FF, 8C and DF. RGB value is (255,140,223). Sum of RGB (Red+Green+Blue) = 255+140+223=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDF is #007320. Grayscale: #B7B7B7. Windows color (decimal): -29473 or 14650623. OLE color: 14650623.
HSL color Cylindrical-coordinate representation of color #FF8CDF: hue angle of 316.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CDF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 223 | - |
| CMYK | 0 | 0.45 | 0.13 | 0 |
| HSL | 316.7º | 1% | 0.77% | - |
| HSV(B) | 316.7º | 0.45% | 1% | - |
| XYZ | 63.94 | 45.34 | 75.19 | - |
| YUV | 183.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 223 | 0 | 0.45 | 0.13 | 0 | 316.7 | 1 | 0.77 |
| Hex | FF | 8C | DF | 0 | 2D | D | 0 | 13D | 64 | 4D |
| Octal | 377 | 214 | 337 | 0 | 55 | 15 | 0 | 475 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11011111 | 0 | 101101 | 1101 | 0 | 100111101 | 1100100 | 1001101 |
Color Harmonies of #FF8CDF
Complementary color
Monochromatic Colors of #FF8CDF
Black with #FF8CDF
Text Example
Text Example
White with #FF8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CDF; }
p { color: rgb(255,140,223); }
H1.HeaderClassName
{
color: #FF8CDF;
}
.AnyTagClassName
{
color: #FF8CDF;
}
</style>
background-color css
<style>
a { background-color: #FF8CDF; }
a { background-color: rgb(255,140,223); }
div.DivClassName
{
background-color: #FF8CDF;
}
.BgClassName
{
background-color: #FF8CDF;
}
</style>
border-color css
<style>
span { border-color: #FF8CDF; }
span { border-color: rgb(255,140,223); }
td.TdClassName
{
border-color: #FF8CDF;
}
.TagClassName
{
border-color: #FF8CDF;
}
</style>