Shades of Pale Magenta #FF6FDF
Tints of Pale Magenta #FF6FDF
RGB
CMYK
RGB Variations
Color information
#FF6FDF (or 0xFF6FDF) is known color: Pale Magenta. HEX triplet: FF, 6F and DF. RGB value is (255,111,223). Sum of RGB (Red+Green+Blue) = 255+111+223=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FDF is #009020. Grayscale: #A6A6A6. Windows color (decimal): -36897 or 14643199. OLE color: 14643199.
HSL color Cylindrical-coordinate representation of color #FF6FDF: hue angle of 313.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FDF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 223 | - |
| CMYK | 0 | 0.56 | 0.13 | 0 |
| HSL | 313.33º | 1% | 0.72% | - |
| HSV(B) | 313.33º | 0.56% | 1% | - |
| XYZ | 60.24 | 37.96 | 73.96 | - |
| YUV | 166.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 223 | 0 | 0.56 | 0.13 | 0 | 313.33 | 1 | 0.72 |
| Hex | FF | 6F | DF | 0 | 38 | D | 0 | 139 | 64 | 48 |
| Octal | 377 | 157 | 337 | 0 | 70 | 15 | 0 | 471 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11011111 | 0 | 111000 | 1101 | 0 | 100111001 | 1100100 | 1001000 |
Color Harmonies of #FF6FDF
Complementary color
Monochromatic Colors of #FF6FDF
Black with #FF6FDF
Text Example
Text Example
White with #FF6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FDF; }
p { color: rgb(255,111,223); }
H1.HeaderClassName
{
color: #FF6FDF;
}
.AnyTagClassName
{
color: #FF6FDF;
}
</style>
background-color css
<style>
a { background-color: #FF6FDF; }
a { background-color: rgb(255,111,223); }
div.DivClassName
{
background-color: #FF6FDF;
}
.BgClassName
{
background-color: #FF6FDF;
}
</style>
border-color css
<style>
span { border-color: #FF6FDF; }
span { border-color: rgb(255,111,223); }
td.TdClassName
{
border-color: #FF6FDF;
}
.TagClassName
{
border-color: #FF6FDF;
}
</style>