Shades of Ultra Pink #F16EF1
Tints of Ultra Pink #F16EF1
RGB
CMYK
RGB Variations
Color information
#F16EF1 (or 0xF16EF1) is known color: Ultra Pink. HEX triplet: F1, 6E and F1. RGB value is (241,110,241). Sum of RGB (Red+Green+Blue) = 241+110+241=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 110 (43.36% from 255 or 18.58% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F16EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16EF1 is #0E910E. Grayscale: #A3A3A3. Windows color (decimal): -954639 or 15822577. OLE color: 15822577.
HSL color Cylindrical-coordinate representation of color #F16EF1: hue angle of 300º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16EF1 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 241 | - |
| CMYK | 0 | 0.54 | 0 | 0.05 |
| HSL | 300º | 0.82% | 0.69% | - |
| HSV(B) | 300º | 0.54% | 0.95% | - |
| XYZ | 57.73 | 36.2 | 87.16 | - |
| YUV | 164.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 241 | 0 | 0.54 | 0 | 0.05 | 300 | 0.82 | 0.69 |
| Hex | F1 | 6E | F1 | 0 | 36 | 0 | 5 | 12C | 52 | 45 |
| Octal | 361 | 156 | 361 | 0 | 66 | 0 | 5 | 454 | 122 | 105 |
| Binary | 11110001 | 1101110 | 11110001 | 0 | 110110 | 0 | 101 | 100101100 | 1010010 | 1000101 |
Color Harmonies of #F16EF1
Complementary color
Monochromatic Colors of #F16EF1
Black with #F16EF1
Text Example
Text Example
White with #F16EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16EF1; }
p { color: rgb(241,110,241); }
H1.HeaderClassName
{
color: #F16EF1;
}
.AnyTagClassName
{
color: #F16EF1;
}
</style>
background-color css
<style>
a { background-color: #F16EF1; }
a { background-color: rgb(241,110,241); }
div.DivClassName
{
background-color: #F16EF1;
}
.BgClassName
{
background-color: #F16EF1;
}
</style>
border-color css
<style>
span { border-color: #F16EF1; }
span { border-color: rgb(241,110,241); }
td.TdClassName
{
border-color: #F16EF1;
}
.TagClassName
{
border-color: #F16EF1;
}
</style>