Shades of Pale Magenta #FF6CDE
Tints of Pale Magenta #FF6CDE
RGB
CMYK
RGB Variations
Color information
#FF6CDE (or 0xFF6CDE) is known color: Pale Magenta. HEX triplet: FF, 6C and DE. RGB value is (255,108,222). Sum of RGB (Red+Green+Blue) = 255+108+222=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CDE is #009321. Grayscale: #A4A4A4. Windows color (decimal): -37666 or 14576895. OLE color: 14576895.
HSL color Cylindrical-coordinate representation of color #FF6CDE: hue angle of 313.47º 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 #FF6CDE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 222 | - |
| CMYK | 0 | 0.58 | 0.13 | 0 |
| HSL | 313.47º | 1% | 0.71% | - |
| HSV(B) | 313.47º | 0.58% | 1% | - |
| XYZ | 59.79 | 37.26 | 73.15 | - |
| YUV | 164.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 222 | 0 | 0.58 | 0.13 | 0 | 313.47 | 1 | 0.71 |
| Hex | FF | 6C | DE | 0 | 3A | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 154 | 336 | 0 | 72 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11011110 | 0 | 111010 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF6CDE
Complementary color
Monochromatic Colors of #FF6CDE
Black with #FF6CDE
Text Example
Text Example
White with #FF6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CDE; }
p { color: rgb(255,108,222); }
H1.HeaderClassName
{
color: #FF6CDE;
}
.AnyTagClassName
{
color: #FF6CDE;
}
</style>
background-color css
<style>
a { background-color: #FF6CDE; }
a { background-color: rgb(255,108,222); }
div.DivClassName
{
background-color: #FF6CDE;
}
.BgClassName
{
background-color: #FF6CDE;
}
</style>
border-color css
<style>
span { border-color: #FF6CDE; }
span { border-color: rgb(255,108,222); }
td.TdClassName
{
border-color: #FF6CDE;
}
.TagClassName
{
border-color: #FF6CDE;
}
</style>