Shades of Pale Magenta #FA7FE4
Tints of Pale Magenta #FA7FE4
RGB
CMYK
RGB Variations
Color information
#FA7FE4 (or 0xFA7FE4) is known color: Pale Magenta. HEX triplet: FA, 7F and E4. RGB value is (250,127,228). Sum of RGB (Red+Green+Blue) = 250+127+228=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FE4 is #05801B. Grayscale: #AFAFAF. Windows color (decimal): -360476 or 14974970. OLE color: 14974970.
HSL color Cylindrical-coordinate representation of color #FA7FE4: hue angle of 310.73º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FE4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 228 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.02 |
| HSL | 310.73º | 0.92% | 0.74% | - |
| HSV(B) | 310.73º | 0.49% | 0.98% | - |
| XYZ | 61.02 | 41.1 | 78.12 | - |
| YUV | 175.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 228 | 0 | 0.49 | 0.09 | 0.02 | 310.73 | 0.92 | 0.74 |
| Hex | FA | 7F | E4 | 0 | 31 | 9 | 2 | 137 | 5C | 4A |
| Octal | 372 | 177 | 344 | 0 | 61 | 11 | 2 | 467 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11100100 | 0 | 110001 | 1001 | 10 | 100110111 | 1011100 | 1001010 |
Color Harmonies of #FA7FE4
Complementary color
Monochromatic Colors of #FA7FE4
Black with #FA7FE4
Text Example
Text Example
White with #FA7FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FE4; }
p { color: rgb(250,127,228); }
H1.HeaderClassName
{
color: #FA7FE4;
}
.AnyTagClassName
{
color: #FA7FE4;
}
</style>
background-color css
<style>
a { background-color: #FA7FE4; }
a { background-color: rgb(250,127,228); }
div.DivClassName
{
background-color: #FA7FE4;
}
.BgClassName
{
background-color: #FA7FE4;
}
</style>
border-color css
<style>
span { border-color: #FA7FE4; }
span { border-color: rgb(250,127,228); }
td.TdClassName
{
border-color: #FA7FE4;
}
.TagClassName
{
border-color: #FA7FE4;
}
</style>