Shades of Pale Magenta #FF6CDF
Tints of Pale Magenta #FF6CDF
RGB
CMYK
RGB Variations
Color information
#FF6CDF (or 0xFF6CDF) is known color: Pale Magenta. HEX triplet: FF, 6C and DF. RGB value is (255,108,223). Sum of RGB (Red+Green+Blue) = 255+108+223=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CDF is #009320. Grayscale: #A4A4A4. Windows color (decimal): -37665 or 14642431. OLE color: 14642431.
HSL color Cylindrical-coordinate representation of color #FF6CDF: hue angle of 313.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CDF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 223 | - |
| CMYK | 0 | 0.58 | 0.13 | 0 |
| HSL | 313.06º | 1% | 0.71% | - |
| HSV(B) | 313.06º | 0.58% | 1% | - |
| XYZ | 59.92 | 37.31 | 73.86 | - |
| YUV | 165.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 223 | 0 | 0.58 | 0.13 | 0 | 313.06 | 1 | 0.71 |
| Hex | FF | 6C | DF | 0 | 3A | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 154 | 337 | 0 | 72 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11011111 | 0 | 111010 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF6CDF
Complementary color
Monochromatic Colors of #FF6CDF
Black with #FF6CDF
Text Example
Text Example
White with #FF6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CDF; }
p { color: rgb(255,108,223); }
H1.HeaderClassName
{
color: #FF6CDF;
}
.AnyTagClassName
{
color: #FF6CDF;
}
</style>
background-color css
<style>
a { background-color: #FF6CDF; }
a { background-color: rgb(255,108,223); }
div.DivClassName
{
background-color: #FF6CDF;
}
.BgClassName
{
background-color: #FF6CDF;
}
</style>
border-color css
<style>
span { border-color: #FF6CDF; }
span { border-color: rgb(255,108,223); }
td.TdClassName
{
border-color: #FF6CDF;
}
.TagClassName
{
border-color: #FF6CDF;
}
</style>