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