Shades of Ultra Pink #FA6EF1
Tints of Ultra Pink #FA6EF1
RGB
CMYK
RGB Variations
Color information
#FA6EF1 (or 0xFA6EF1) is known color: Ultra Pink. HEX triplet: FA, 6E and F1. RGB value is (250,110,241). Sum of RGB (Red+Green+Blue) = 250+110+241=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EF1 is #05910E. Grayscale: #A6A6A6. Windows color (decimal): -364815 or 15822586. OLE color: 15822586.
HSL color Cylindrical-coordinate representation of color #FA6EF1: hue angle of 303.86º 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 #FA6EF1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 241 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.02 |
| HSL | 303.86º | 0.93% | 0.71% | - |
| HSV(B) | 303.86º | 0.56% | 0.98% | - |
| XYZ | 60.88 | 37.83 | 87.31 | - |
| YUV | 166.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 241 | 0 | 0.56 | 0.04 | 0.02 | 303.86 | 0.93 | 0.71 |
| Hex | FA | 6E | F1 | 0 | 38 | 4 | 2 | 130 | 5D | 47 |
| Octal | 372 | 156 | 361 | 0 | 70 | 4 | 2 | 460 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11110001 | 0 | 111000 | 100 | 10 | 100110000 | 1011101 | 1000111 |
Color Harmonies of #FA6EF1
Complementary color
Monochromatic Colors of #FA6EF1
Black with #FA6EF1
Text Example
Text Example
White with #FA6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EF1; }
p { color: rgb(250,110,241); }
H1.HeaderClassName
{
color: #FA6EF1;
}
.AnyTagClassName
{
color: #FA6EF1;
}
</style>
background-color css
<style>
a { background-color: #FA6EF1; }
a { background-color: rgb(250,110,241); }
div.DivClassName
{
background-color: #FA6EF1;
}
.BgClassName
{
background-color: #FA6EF1;
}
</style>
border-color css
<style>
span { border-color: #FA6EF1; }
span { border-color: rgb(250,110,241); }
td.TdClassName
{
border-color: #FA6EF1;
}
.TagClassName
{
border-color: #FA6EF1;
}
</style>