Shades of Pale Magenta #FA6FDD
Tints of Pale Magenta #FA6FDD
RGB
CMYK
RGB Variations
Color information
#FA6FDD (or 0xFA6FDD) is known color: Pale Magenta. HEX triplet: FA, 6F and DD. RGB value is (250,111,221). Sum of RGB (Red+Green+Blue) = 250+111+221=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FDD is #059022. Grayscale: #A4A4A4. Windows color (decimal): -364579 or 14512122. OLE color: 14512122.
HSL color Cylindrical-coordinate representation of color #FA6FDD: hue angle of 312.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FDD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 221 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.02 |
| HSL | 312.52º | 0.93% | 0.71% | - |
| HSV(B) | 312.52º | 0.56% | 0.98% | - |
| XYZ | 58.16 | 36.91 | 72.47 | - |
| YUV | 165.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 221 | 0 | 0.56 | 0.12 | 0.02 | 312.52 | 0.93 | 0.71 |
| Hex | FA | 6F | DD | 0 | 38 | C | 2 | 139 | 5D | 47 |
| Octal | 372 | 157 | 335 | 0 | 70 | 14 | 2 | 471 | 135 | 107 |
| Binary | 11111010 | 1101111 | 11011101 | 0 | 111000 | 1100 | 10 | 100111001 | 1011101 | 1000111 |
Color Harmonies of #FA6FDD
Complementary color
Monochromatic Colors of #FA6FDD
Black with #FA6FDD
Text Example
Text Example
White with #FA6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FDD; }
p { color: rgb(250,111,221); }
H1.HeaderClassName
{
color: #FA6FDD;
}
.AnyTagClassName
{
color: #FA6FDD;
}
</style>
background-color css
<style>
a { background-color: #FA6FDD; }
a { background-color: rgb(250,111,221); }
div.DivClassName
{
background-color: #FA6FDD;
}
.BgClassName
{
background-color: #FA6FDD;
}
</style>
border-color css
<style>
span { border-color: #FA6FDD; }
span { border-color: rgb(250,111,221); }
td.TdClassName
{
border-color: #FA6FDD;
}
.TagClassName
{
border-color: #FA6FDD;
}
</style>