Shades of Pale Magenta #FF70DF
Tints of Pale Magenta #FF70DF
RGB
CMYK
RGB Variations
Color information
#FF70DF (or 0xFF70DF) is known color: Pale Magenta. HEX triplet: FF, 70 and DF. RGB value is (255,112,223). Sum of RGB (Red+Green+Blue) = 255+112+223=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70DF is #008F20. Grayscale: #A7A7A7. Windows color (decimal): -36641 or 14643455. OLE color: 14643455.
HSL color Cylindrical-coordinate representation of color #FF70DF: hue angle of 313.43º 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 #FF70DF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 223 | - |
| CMYK | 0 | 0.56 | 0.13 | 0 |
| HSL | 313.43º | 1% | 0.72% | - |
| HSV(B) | 313.43º | 0.56% | 1% | - |
| XYZ | 60.35 | 38.18 | 74 | - |
| YUV | 167.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 223 | 0 | 0.56 | 0.13 | 0 | 313.43 | 1 | 0.72 |
| Hex | FF | 70 | DF | 0 | 38 | D | 0 | 139 | 64 | 48 |
| Octal | 377 | 160 | 337 | 0 | 70 | 15 | 0 | 471 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11011111 | 0 | 111000 | 1101 | 0 | 100111001 | 1100100 | 1001000 |
Color Harmonies of #FF70DF
Complementary color
Monochromatic Colors of #FF70DF
Black with #FF70DF
Text Example
Text Example
White with #FF70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70DF; }
p { color: rgb(255,112,223); }
H1.HeaderClassName
{
color: #FF70DF;
}
.AnyTagClassName
{
color: #FF70DF;
}
</style>
background-color css
<style>
a { background-color: #FF70DF; }
a { background-color: rgb(255,112,223); }
div.DivClassName
{
background-color: #FF70DF;
}
.BgClassName
{
background-color: #FF70DF;
}
</style>
border-color css
<style>
span { border-color: #FF70DF; }
span { border-color: rgb(255,112,223); }
td.TdClassName
{
border-color: #FF70DF;
}
.TagClassName
{
border-color: #FF70DF;
}
</style>