Shades of Pale Magenta #FF6BE7
Tints of Pale Magenta #FF6BE7
RGB
CMYK
RGB Variations
Color information
#FF6BE7 (or 0xFF6BE7) is known color: Pale Magenta. HEX triplet: FF, 6B and E7. RGB value is (255,107,231). Sum of RGB (Red+Green+Blue) = 255+107+231=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6BE7 is #009418. Grayscale: #A5A5A5. Windows color (decimal): -37913 or 15166463. OLE color: 15166463.
HSL color Cylindrical-coordinate representation of color #FF6BE7: hue angle of 309.73º 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 #FF6BE7 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 231 | - |
| CMYK | 0 | 0.58 | 0.09 | 0 |
| HSL | 309.73º | 1% | 0.71% | - |
| HSV(B) | 309.73º | 0.58% | 1% | - |
| XYZ | 60.92 | 37.54 | 79.64 | - |
| YUV | 165.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 231 | 0 | 0.58 | 0.09 | 0 | 309.73 | 1 | 0.71 |
| Hex | FF | 6B | E7 | 0 | 3A | 9 | 0 | 136 | 64 | 47 |
| Octal | 377 | 153 | 347 | 0 | 72 | 11 | 0 | 466 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11100111 | 0 | 111010 | 1001 | 0 | 100110110 | 1100100 | 1000111 |
Color Harmonies of #FF6BE7
Complementary color
Monochromatic Colors of #FF6BE7
Black with #FF6BE7
Text Example
Text Example
White with #FF6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BE7; }
p { color: rgb(255,107,231); }
H1.HeaderClassName
{
color: #FF6BE7;
}
.AnyTagClassName
{
color: #FF6BE7;
}
</style>
background-color css
<style>
a { background-color: #FF6BE7; }
a { background-color: rgb(255,107,231); }
div.DivClassName
{
background-color: #FF6BE7;
}
.BgClassName
{
background-color: #FF6BE7;
}
</style>
border-color css
<style>
span { border-color: #FF6BE7; }
span { border-color: rgb(255,107,231); }
td.TdClassName
{
border-color: #FF6BE7;
}
.TagClassName
{
border-color: #FF6BE7;
}
</style>