Shades of Pale Magenta #FA67E5
Tints of Pale Magenta #FA67E5
RGB
CMYK
RGB Variations
Color information
#FA67E5 (or 0xFA67E5) is known color: Pale Magenta. HEX triplet: FA, 67 and E5. RGB value is (250,103,229). Sum of RGB (Red+Green+Blue) = 250+103+229=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA67E5 is #05981A. Grayscale: #A0A0A0. Windows color (decimal): -366619 or 15034362. OLE color: 15034362.
HSL color Cylindrical-coordinate representation of color #FA67E5: hue angle of 308.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA67E5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 229 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.02 |
| HSL | 308.57º | 0.94% | 0.69% | - |
| HSV(B) | 308.57º | 0.59% | 0.98% | - |
| XYZ | 58.42 | 35.68 | 77.94 | - |
| YUV | 161.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 229 | 0 | 0.59 | 0.08 | 0.02 | 308.57 | 0.94 | 0.69 |
| Hex | FA | 67 | E5 | 0 | 3B | 8 | 2 | 135 | 5E | 45 |
| Octal | 372 | 147 | 345 | 0 | 73 | 10 | 2 | 465 | 136 | 105 |
| Binary | 11111010 | 1100111 | 11100101 | 0 | 111011 | 1000 | 10 | 100110101 | 1011110 | 1000101 |
Color Harmonies of #FA67E5
Complementary color
Monochromatic Colors of #FA67E5
Black with #FA67E5
Text Example
Text Example
White with #FA67E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA67E5; }
p { color: rgb(250,103,229); }
H1.HeaderClassName
{
color: #FA67E5;
}
.AnyTagClassName
{
color: #FA67E5;
}
</style>
background-color css
<style>
a { background-color: #FA67E5; }
a { background-color: rgb(250,103,229); }
div.DivClassName
{
background-color: #FA67E5;
}
.BgClassName
{
background-color: #FA67E5;
}
</style>
border-color css
<style>
span { border-color: #FA67E5; }
span { border-color: rgb(250,103,229); }
td.TdClassName
{
border-color: #FA67E5;
}
.TagClassName
{
border-color: #FA67E5;
}
</style>