Shades of Pale Magenta #FA6DDD
Tints of Pale Magenta #FA6DDD
RGB
CMYK
RGB Variations
Color information
#FA6DDD (or 0xFA6DDD) is known color: Pale Magenta. HEX triplet: FA, 6D and DD. RGB value is (250,109,221). Sum of RGB (Red+Green+Blue) = 250+109+221=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DDD is #059222. Grayscale: #A3A3A3. Windows color (decimal): -365091 or 14511610. OLE color: 14511610.
HSL color Cylindrical-coordinate representation of color #FA6DDD: hue angle of 312.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DDD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 221 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.02 |
| HSL | 312.34º | 0.93% | 0.7% | - |
| HSV(B) | 312.34º | 0.56% | 0.98% | - |
| XYZ | 57.94 | 36.48 | 72.39 | - |
| YUV | 163.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 221 | 0 | 0.56 | 0.12 | 0.02 | 312.34 | 0.93 | 0.7 |
| Hex | FA | 6D | DD | 0 | 38 | C | 2 | 138 | 5D | 46 |
| Octal | 372 | 155 | 335 | 0 | 70 | 14 | 2 | 470 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11011101 | 0 | 111000 | 1100 | 10 | 100111000 | 1011101 | 1000110 |
Color Harmonies of #FA6DDD
Complementary color
Monochromatic Colors of #FA6DDD
Black with #FA6DDD
Text Example
Text Example
White with #FA6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DDD; }
p { color: rgb(250,109,221); }
H1.HeaderClassName
{
color: #FA6DDD;
}
.AnyTagClassName
{
color: #FA6DDD;
}
</style>
background-color css
<style>
a { background-color: #FA6DDD; }
a { background-color: rgb(250,109,221); }
div.DivClassName
{
background-color: #FA6DDD;
}
.BgClassName
{
background-color: #FA6DDD;
}
</style>
border-color css
<style>
span { border-color: #FA6DDD; }
span { border-color: rgb(250,109,221); }
td.TdClassName
{
border-color: #FA6DDD;
}
.TagClassName
{
border-color: #FA6DDD;
}
</style>