Shades of Ultra Pink #FA6EFA
Tints of Ultra Pink #FA6EFA
RGB
CMYK
RGB Variations
Color information
#FA6EFA (or 0xFA6EFA) is known color: Ultra Pink. HEX triplet: FA, 6E and FA. RGB value is (250,110,250). Sum of RGB (Red+Green+Blue) = 250+110+250=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 110 (43.36% from 255 or 18.03% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EFA is #059105. Grayscale: #A7A7A7. Windows color (decimal): -364806 or 16412410. OLE color: 16412410.
HSL color Cylindrical-coordinate representation of color #FA6EFA: hue angle of 300º 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 #FA6EFA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 250 | - |
| CMYK | 0 | 0.56 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.71% | - |
| HSV(B) | 300º | 0.56% | 0.98% | - |
| XYZ | 62.26 | 38.38 | 94.57 | - |
| YUV | 167.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 250 | 0 | 0.56 | 0 | 0.02 | 300 | 0.93 | 0.71 |
| Hex | FA | 6E | FA | 0 | 38 | 0 | 2 | 12C | 5D | 47 |
| Octal | 372 | 156 | 372 | 0 | 70 | 0 | 2 | 454 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11111010 | 0 | 111000 | 0 | 10 | 100101100 | 1011101 | 1000111 |
Color Harmonies of #FA6EFA
Complementary color
Monochromatic Colors of #FA6EFA
Black with #FA6EFA
Text Example
Text Example
White with #FA6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EFA; }
p { color: rgb(250,110,250); }
H1.HeaderClassName
{
color: #FA6EFA;
}
.AnyTagClassName
{
color: #FA6EFA;
}
</style>
background-color css
<style>
a { background-color: #FA6EFA; }
a { background-color: rgb(250,110,250); }
div.DivClassName
{
background-color: #FA6EFA;
}
.BgClassName
{
background-color: #FA6EFA;
}
</style>
border-color css
<style>
span { border-color: #FA6EFA; }
span { border-color: rgb(250,110,250); }
td.TdClassName
{
border-color: #FA6EFA;
}
.TagClassName
{
border-color: #FA6EFA;
}
</style>