Shades of Ultra Pink #FA6EEE
Tints of Ultra Pink #FA6EEE
RGB
CMYK
RGB Variations
Color information
#FA6EEE (or 0xFA6EEE) is known color: Ultra Pink. HEX triplet: FA, 6E and EE. RGB value is (250,110,238). Sum of RGB (Red+Green+Blue) = 250+110+238=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 110 (43.36% from 255 or 18.39% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EEE is #059111. Grayscale: #A6A6A6. Windows color (decimal): -364818 or 15625978. OLE color: 15625978.
HSL color Cylindrical-coordinate representation of color #FA6EEE: hue angle of 305.14º 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 #FA6EEE is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 238 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.02 |
| HSL | 305.14º | 0.93% | 0.71% | - |
| HSV(B) | 305.14º | 0.56% | 0.98% | - |
| XYZ | 60.43 | 37.65 | 84.97 | - |
| YUV | 166.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 238 | 0 | 0.56 | 0.05 | 0.02 | 305.14 | 0.93 | 0.71 |
| Hex | FA | 6E | EE | 0 | 38 | 5 | 2 | 131 | 5D | 47 |
| Octal | 372 | 156 | 356 | 0 | 70 | 5 | 2 | 461 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11101110 | 0 | 111000 | 101 | 10 | 100110001 | 1011101 | 1000111 |
Color Harmonies of #FA6EEE
Complementary color
Monochromatic Colors of #FA6EEE
Black with #FA6EEE
Text Example
Text Example
White with #FA6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EEE; }
p { color: rgb(250,110,238); }
H1.HeaderClassName
{
color: #FA6EEE;
}
.AnyTagClassName
{
color: #FA6EEE;
}
</style>
background-color css
<style>
a { background-color: #FA6EEE; }
a { background-color: rgb(250,110,238); }
div.DivClassName
{
background-color: #FA6EEE;
}
.BgClassName
{
background-color: #FA6EEE;
}
</style>
border-color css
<style>
span { border-color: #FA6EEE; }
span { border-color: rgb(250,110,238); }
td.TdClassName
{
border-color: #FA6EEE;
}
.TagClassName
{
border-color: #FA6EEE;
}
</style>