Shades of Pale Magenta #FF75DF
Tints of Pale Magenta #FF75DF
RGB
CMYK
RGB Variations
Color information
#FF75DF (or 0xFF75DF) is known color: Pale Magenta. HEX triplet: FF, 75 and DF. RGB value is (255,117,223). Sum of RGB (Red+Green+Blue) = 255+117+223=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75DF is #008A20. Grayscale: #AAAAAA. Windows color (decimal): -35361 or 14644735. OLE color: 14644735.
HSL color Cylindrical-coordinate representation of color #FF75DF: hue angle of 313.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75DF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 223 | - |
| CMYK | 0 | 0.54 | 0.13 | 0 |
| HSL | 313.91º | 1% | 0.73% | - |
| HSV(B) | 313.91º | 0.54% | 1% | - |
| XYZ | 60.92 | 39.31 | 74.19 | - |
| YUV | 170.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 223 | 0 | 0.54 | 0.13 | 0 | 313.91 | 1 | 0.73 |
| Hex | FF | 75 | DF | 0 | 36 | D | 0 | 13A | 64 | 49 |
| Octal | 377 | 165 | 337 | 0 | 66 | 15 | 0 | 472 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11011111 | 0 | 110110 | 1101 | 0 | 100111010 | 1100100 | 1001001 |
Color Harmonies of #FF75DF
Complementary color
Monochromatic Colors of #FF75DF
Black with #FF75DF
Text Example
Text Example
White with #FF75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75DF; }
p { color: rgb(255,117,223); }
H1.HeaderClassName
{
color: #FF75DF;
}
.AnyTagClassName
{
color: #FF75DF;
}
</style>
background-color css
<style>
a { background-color: #FF75DF; }
a { background-color: rgb(255,117,223); }
div.DivClassName
{
background-color: #FF75DF;
}
.BgClassName
{
background-color: #FF75DF;
}
</style>
border-color css
<style>
span { border-color: #FF75DF; }
span { border-color: rgb(255,117,223); }
td.TdClassName
{
border-color: #FF75DF;
}
.TagClassName
{
border-color: #FF75DF;
}
</style>