Shades of Pale Magenta #FF6BDE
Tints of Pale Magenta #FF6BDE
RGB
CMYK
RGB Variations
Color information
#FF6BDE (or 0xFF6BDE) is known color: Pale Magenta. HEX triplet: FF, 6B and DE. RGB value is (255,107,222). Sum of RGB (Red+Green+Blue) = 255+107+222=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BDE is #009421. Grayscale: #A4A4A4. Windows color (decimal): -37922 or 14576639. OLE color: 14576639.
HSL color Cylindrical-coordinate representation of color #FF6BDE: hue angle of 313.38º 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 #FF6BDE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 222 | - |
| CMYK | 0 | 0.58 | 0.13 | 0 |
| HSL | 313.38º | 1% | 0.71% | - |
| HSV(B) | 313.38º | 0.58% | 1% | - |
| XYZ | 59.68 | 37.05 | 73.11 | - |
| YUV | 164.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 222 | 0 | 0.58 | 0.13 | 0 | 313.38 | 1 | 0.71 |
| Hex | FF | 6B | DE | 0 | 3A | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 153 | 336 | 0 | 72 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11011110 | 0 | 111010 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF6BDE
Complementary color
Monochromatic Colors of #FF6BDE
Black with #FF6BDE
Text Example
Text Example
White with #FF6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BDE; }
p { color: rgb(255,107,222); }
H1.HeaderClassName
{
color: #FF6BDE;
}
.AnyTagClassName
{
color: #FF6BDE;
}
</style>
background-color css
<style>
a { background-color: #FF6BDE; }
a { background-color: rgb(255,107,222); }
div.DivClassName
{
background-color: #FF6BDE;
}
.BgClassName
{
background-color: #FF6BDE;
}
</style>
border-color css
<style>
span { border-color: #FF6BDE; }
span { border-color: rgb(255,107,222); }
td.TdClassName
{
border-color: #FF6BDE;
}
.TagClassName
{
border-color: #FF6BDE;
}
</style>