Shades of Pale Magenta #FA6BDF
Tints of Pale Magenta #FA6BDF
RGB
CMYK
RGB Variations
Color information
#FA6BDF (or 0xFA6BDF) is known color: Pale Magenta. HEX triplet: FA, 6B and DF. RGB value is (250,107,223). Sum of RGB (Red+Green+Blue) = 250+107+223=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BDF is #059420. Grayscale: #A2A2A2. Windows color (decimal): -365601 or 14642170. OLE color: 14642170.
HSL color Cylindrical-coordinate representation of color #FA6BDF: hue angle of 311.33º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6BDF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.02 |
| HSL | 311.33º | 0.93% | 0.7% | - |
| HSV(B) | 311.33º | 0.57% | 0.98% | - |
| XYZ | 58 | 36.17 | 73.74 | - |
| YUV | 162.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 223 | 0 | 0.57 | 0.11 | 0.02 | 311.33 | 0.93 | 0.7 |
| Hex | FA | 6B | DF | 0 | 39 | B | 2 | 137 | 5D | 46 |
| Octal | 372 | 153 | 337 | 0 | 71 | 13 | 2 | 467 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11011111 | 0 | 111001 | 1011 | 10 | 100110111 | 1011101 | 1000110 |
Color Harmonies of #FA6BDF
Complementary color
Monochromatic Colors of #FA6BDF
Black with #FA6BDF
Text Example
Text Example
White with #FA6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BDF; }
p { color: rgb(250,107,223); }
H1.HeaderClassName
{
color: #FA6BDF;
}
.AnyTagClassName
{
color: #FA6BDF;
}
</style>
background-color css
<style>
a { background-color: #FA6BDF; }
a { background-color: rgb(250,107,223); }
div.DivClassName
{
background-color: #FA6BDF;
}
.BgClassName
{
background-color: #FA6BDF;
}
</style>
border-color css
<style>
span { border-color: #FA6BDF; }
span { border-color: rgb(250,107,223); }
td.TdClassName
{
border-color: #FA6BDF;
}
.TagClassName
{
border-color: #FA6BDF;
}
</style>