Shades of Pale Magenta #FF6BE5
Tints of Pale Magenta #FF6BE5
RGB
CMYK
RGB Variations
Color information
#FF6BE5 (or 0xFF6BE5) is known color: Pale Magenta. HEX triplet: FF, 6B and E5. RGB value is (255,107,229). Sum of RGB (Red+Green+Blue) = 255+107+229=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BE5 is #00941A. Grayscale: #A4A4A4. Windows color (decimal): -37915 or 15035391. OLE color: 15035391.
HSL color Cylindrical-coordinate representation of color #FF6BE5: hue angle of 310.54º 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 #FF6BE5 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 229 | - |
| CMYK | 0 | 0.58 | 0.10 | 0 |
| HSL | 310.54º | 1% | 0.71% | - |
| HSV(B) | 310.54º | 0.58% | 1% | - |
| XYZ | 60.64 | 37.43 | 78.16 | - |
| YUV | 165.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 229 | 0 | 0.58 | 0.10 | 0 | 310.54 | 1 | 0.71 |
| Hex | FF | 6B | E5 | 0 | 3A | A | 0 | 137 | 64 | 47 |
| Octal | 377 | 153 | 345 | 0 | 72 | 12 | 0 | 467 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11100101 | 0 | 111010 | 1010 | 0 | 100110111 | 1100100 | 1000111 |
Color Harmonies of #FF6BE5
Complementary color
Monochromatic Colors of #FF6BE5
Black with #FF6BE5
Text Example
Text Example
White with #FF6BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BE5; }
p { color: rgb(255,107,229); }
H1.HeaderClassName
{
color: #FF6BE5;
}
.AnyTagClassName
{
color: #FF6BE5;
}
</style>
background-color css
<style>
a { background-color: #FF6BE5; }
a { background-color: rgb(255,107,229); }
div.DivClassName
{
background-color: #FF6BE5;
}
.BgClassName
{
background-color: #FF6BE5;
}
</style>
border-color css
<style>
span { border-color: #FF6BE5; }
span { border-color: rgb(255,107,229); }
td.TdClassName
{
border-color: #FF6BE5;
}
.TagClassName
{
border-color: #FF6BE5;
}
</style>