Shades of Pale Magenta #FF6CE8
Tints of Pale Magenta #FF6CE8
RGB
CMYK
RGB Variations
Color information
#FF6CE8 (or 0xFF6CE8) is known color: Pale Magenta. HEX triplet: FF, 6C and E8. RGB value is (255,108,232). Sum of RGB (Red+Green+Blue) = 255+108+232=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CE8 is #009317. Grayscale: #A5A5A5. Windows color (decimal): -37656 or 15232255. OLE color: 15232255.
HSL color Cylindrical-coordinate representation of color #FF6CE8: hue angle of 309.39º 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 #FF6CE8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 232 | - |
| CMYK | 0 | 0.58 | 0.09 | 0 |
| HSL | 309.39º | 1% | 0.71% | - |
| HSV(B) | 309.39º | 0.58% | 1% | - |
| XYZ | 61.17 | 37.81 | 80.42 | - |
| YUV | 166.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 232 | 0 | 0.58 | 0.09 | 0 | 309.39 | 1 | 0.71 |
| Hex | FF | 6C | E8 | 0 | 3A | 9 | 0 | 135 | 64 | 47 |
| Octal | 377 | 154 | 350 | 0 | 72 | 11 | 0 | 465 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11101000 | 0 | 111010 | 1001 | 0 | 100110101 | 1100100 | 1000111 |
Color Harmonies of #FF6CE8
Complementary color
Monochromatic Colors of #FF6CE8
Black with #FF6CE8
Text Example
Text Example
White with #FF6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CE8; }
p { color: rgb(255,108,232); }
H1.HeaderClassName
{
color: #FF6CE8;
}
.AnyTagClassName
{
color: #FF6CE8;
}
</style>
background-color css
<style>
a { background-color: #FF6CE8; }
a { background-color: rgb(255,108,232); }
div.DivClassName
{
background-color: #FF6CE8;
}
.BgClassName
{
background-color: #FF6CE8;
}
</style>
border-color css
<style>
span { border-color: #FF6CE8; }
span { border-color: rgb(255,108,232); }
td.TdClassName
{
border-color: #FF6CE8;
}
.TagClassName
{
border-color: #FF6CE8;
}
</style>