Shades of Pale Magenta #FF6BDF
Tints of Pale Magenta #FF6BDF
RGB
CMYK
RGB Variations
Color information
#FF6BDF (or 0xFF6BDF) is known color: Pale Magenta. HEX triplet: FF, 6B and DF. RGB value is (255,107,223). Sum of RGB (Red+Green+Blue) = 255+107+223=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BDF is #009420. Grayscale: #A4A4A4. Windows color (decimal): -37921 or 14642175. OLE color: 14642175.
HSL color Cylindrical-coordinate representation of color #FF6BDF: hue angle of 312.97º 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 #FF6BDF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 223 | - |
| CMYK | 0 | 0.58 | 0.13 | 0 |
| HSL | 312.97º | 1% | 0.71% | - |
| HSV(B) | 312.97º | 0.58% | 1% | - |
| XYZ | 59.82 | 37.1 | 73.82 | - |
| YUV | 164.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 223 | 0 | 0.58 | 0.13 | 0 | 312.97 | 1 | 0.71 |
| Hex | FF | 6B | DF | 0 | 3A | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 153 | 337 | 0 | 72 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11011111 | 0 | 111010 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF6BDF
Complementary color
Monochromatic Colors of #FF6BDF
Black with #FF6BDF
Text Example
Text Example
White with #FF6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BDF; }
p { color: rgb(255,107,223); }
H1.HeaderClassName
{
color: #FF6BDF;
}
.AnyTagClassName
{
color: #FF6BDF;
}
</style>
background-color css
<style>
a { background-color: #FF6BDF; }
a { background-color: rgb(255,107,223); }
div.DivClassName
{
background-color: #FF6BDF;
}
.BgClassName
{
background-color: #FF6BDF;
}
</style>
border-color css
<style>
span { border-color: #FF6BDF; }
span { border-color: rgb(255,107,223); }
td.TdClassName
{
border-color: #FF6BDF;
}
.TagClassName
{
border-color: #FF6BDF;
}
</style>