Shades of Ultra Pink #FA6EFF
Tints of Ultra Pink #FA6EFF
RGB
CMYK
RGB Variations
Color information
#FA6EFF (or 0xFA6EFF) is known color: Ultra Pink. HEX triplet: FA, 6E and FF. RGB value is (250,110,255). Sum of RGB (Red+Green+Blue) = 250+110+255=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 110 (43.36% from 255 or 17.89% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA6EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EFF is #059100. Grayscale: #A7A7A7. Windows color (decimal): -364801 or 16740090. OLE color: 16740090.
HSL color Cylindrical-coordinate representation of color #FA6EFF: hue angle of 297.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6EFF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 110 | 255 | - |
| CMYK | 0.02 | 0.57 | 0 | 0 |
| HSL | 297.93º | 1% | 0.72% | - |
| HSV(B) | 297.93º | 0.57% | 1% | - |
| XYZ | 63.05 | 38.7 | 98.75 | - |
| YUV | 168.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 255 | 0.02 | 0.57 | 0 | 0 | 297.93 | 1 | 0.72 |
| Hex | FA | 6E | FF | 2 | 39 | 0 | 0 | 12A | 64 | 48 |
| Octal | 372 | 156 | 377 | 2 | 71 | 0 | 0 | 452 | 144 | 110 |
| Binary | 11111010 | 1101110 | 11111111 | 10 | 111001 | 0 | 0 | 100101010 | 1100100 | 1001000 |
Color Harmonies of #FA6EFF
Complementary color
Monochromatic Colors of #FA6EFF
Black with #FA6EFF
Text Example
Text Example
White with #FA6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EFF; }
p { color: rgb(250,110,255); }
H1.HeaderClassName
{
color: #FA6EFF;
}
.AnyTagClassName
{
color: #FA6EFF;
}
</style>
background-color css
<style>
a { background-color: #FA6EFF; }
a { background-color: rgb(250,110,255); }
div.DivClassName
{
background-color: #FA6EFF;
}
.BgClassName
{
background-color: #FA6EFF;
}
</style>
border-color css
<style>
span { border-color: #FA6EFF; }
span { border-color: rgb(250,110,255); }
td.TdClassName
{
border-color: #FA6EFF;
}
.TagClassName
{
border-color: #FA6EFF;
}
</style>