Shades of Pale Magenta #FF6CE6
Tints of Pale Magenta #FF6CE6
RGB
CMYK
RGB Variations
Color information
#FF6CE6 (or 0xFF6CE6) is known color: Pale Magenta. HEX triplet: FF, 6C and E6. RGB value is (255,108,230). Sum of RGB (Red+Green+Blue) = 255+108+230=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 108 (42.58% from 255 or 18.21% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CE6 is #009319. Grayscale: #A5A5A5. Windows color (decimal): -37658 or 15101183. OLE color: 15101183.
HSL color Cylindrical-coordinate representation of color #FF6CE6: hue angle of 310.2º 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 #FF6CE6 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 230 | - |
| CMYK | 0 | 0.58 | 0.10 | 0 |
| HSL | 310.2º | 1% | 0.71% | - |
| HSV(B) | 310.2º | 0.58% | 1% | - |
| XYZ | 60.89 | 37.7 | 78.93 | - |
| YUV | 165.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 230 | 0 | 0.58 | 0.10 | 0 | 310.2 | 1 | 0.71 |
| Hex | FF | 6C | E6 | 0 | 3A | A | 0 | 136 | 64 | 47 |
| Octal | 377 | 154 | 346 | 0 | 72 | 12 | 0 | 466 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11100110 | 0 | 111010 | 1010 | 0 | 100110110 | 1100100 | 1000111 |
Color Harmonies of #FF6CE6
Complementary color
Monochromatic Colors of #FF6CE6
Black with #FF6CE6
Text Example
Text Example
White with #FF6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CE6; }
p { color: rgb(255,108,230); }
H1.HeaderClassName
{
color: #FF6CE6;
}
.AnyTagClassName
{
color: #FF6CE6;
}
</style>
background-color css
<style>
a { background-color: #FF6CE6; }
a { background-color: rgb(255,108,230); }
div.DivClassName
{
background-color: #FF6CE6;
}
.BgClassName
{
background-color: #FF6CE6;
}
</style>
border-color css
<style>
span { border-color: #FF6CE6; }
span { border-color: rgb(255,108,230); }
td.TdClassName
{
border-color: #FF6CE6;
}
.TagClassName
{
border-color: #FF6CE6;
}
</style>