Shades of Pale Magenta #FF69DF
Tints of Pale Magenta #FF69DF
RGB
CMYK
RGB Variations
Color information
#FF69DF (or 0xFF69DF) is known color: Pale Magenta. HEX triplet: FF, 69 and DF. RGB value is (255,105,223). Sum of RGB (Red+Green+Blue) = 255+105+223=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69DF is #009620. Grayscale: #A2A2A2. Windows color (decimal): -38433 or 14641663. OLE color: 14641663.
HSL color Cylindrical-coordinate representation of color #FF69DF: hue angle of 312.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69DF is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 223 | - |
| CMYK | 0 | 0.59 | 0.13 | 0 |
| HSL | 312.8º | 1% | 0.71% | - |
| HSV(B) | 312.8º | 0.59% | 1% | - |
| XYZ | 59.61 | 36.69 | 73.75 | - |
| YUV | 163.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 223 | 0 | 0.59 | 0.13 | 0 | 312.8 | 1 | 0.71 |
| Hex | FF | 69 | DF | 0 | 3B | D | 0 | 139 | 64 | 47 |
| Octal | 377 | 151 | 337 | 0 | 73 | 15 | 0 | 471 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11011111 | 0 | 111011 | 1101 | 0 | 100111001 | 1100100 | 1000111 |
Color Harmonies of #FF69DF
Complementary color
Monochromatic Colors of #FF69DF
Black with #FF69DF
Text Example
Text Example
White with #FF69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69DF; }
p { color: rgb(255,105,223); }
H1.HeaderClassName
{
color: #FF69DF;
}
.AnyTagClassName
{
color: #FF69DF;
}
</style>
background-color css
<style>
a { background-color: #FF69DF; }
a { background-color: rgb(255,105,223); }
div.DivClassName
{
background-color: #FF69DF;
}
.BgClassName
{
background-color: #FF69DF;
}
</style>
border-color css
<style>
span { border-color: #FF69DF; }
span { border-color: rgb(255,105,223); }
td.TdClassName
{
border-color: #FF69DF;
}
.TagClassName
{
border-color: #FF69DF;
}
</style>