Shades of Pale Magenta #FA68DF
Tints of Pale Magenta #FA68DF
RGB
CMYK
RGB Variations
Color information
#FA68DF (or 0xFA68DF) is known color: Pale Magenta. HEX triplet: FA, 68 and DF. RGB value is (250,104,223). Sum of RGB (Red+Green+Blue) = 250+104+223=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA68DF is #059720. Grayscale: #A0A0A0. Windows color (decimal): -366369 or 14641402. OLE color: 14641402.
HSL color Cylindrical-coordinate representation of color #FA68DF: hue angle of 311.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68DF is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 223 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.02 |
| HSL | 311.1º | 0.94% | 0.69% | - |
| HSV(B) | 311.1º | 0.58% | 0.98% | - |
| XYZ | 57.69 | 35.55 | 73.63 | - |
| YUV | 161.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 223 | 0 | 0.58 | 0.11 | 0.02 | 311.1 | 0.94 | 0.69 |
| Hex | FA | 68 | DF | 0 | 3A | B | 2 | 137 | 5E | 45 |
| Octal | 372 | 150 | 337 | 0 | 72 | 13 | 2 | 467 | 136 | 105 |
| Binary | 11111010 | 1101000 | 11011111 | 0 | 111010 | 1011 | 10 | 100110111 | 1011110 | 1000101 |
Color Harmonies of #FA68DF
Complementary color
Monochromatic Colors of #FA68DF
Black with #FA68DF
Text Example
Text Example
White with #FA68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68DF; }
p { color: rgb(250,104,223); }
H1.HeaderClassName
{
color: #FA68DF;
}
.AnyTagClassName
{
color: #FA68DF;
}
</style>
background-color css
<style>
a { background-color: #FA68DF; }
a { background-color: rgb(250,104,223); }
div.DivClassName
{
background-color: #FA68DF;
}
.BgClassName
{
background-color: #FA68DF;
}
</style>
border-color css
<style>
span { border-color: #FA68DF; }
span { border-color: rgb(250,104,223); }
td.TdClassName
{
border-color: #FA68DF;
}
.TagClassName
{
border-color: #FA68DF;
}
</style>