Shades of Ultra Pink #F16DF2
Tints of Ultra Pink #F16DF2
RGB
CMYK
RGB Variations
Color information
#F16DF2 (or 0xF16DF2) is known color: Ultra Pink. HEX triplet: F1, 6D and F2. RGB value is (241,109,242). Sum of RGB (Red+Green+Blue) = 241+109+242=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 109 (42.97% from 255 or 18.41% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #F16DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DF2 is #0E920D. Grayscale: #A3A3A3. Windows color (decimal): -954894 or 15887857. OLE color: 15887857.
HSL color Cylindrical-coordinate representation of color #F16DF2: hue angle of 299.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DF2 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 242 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.05 |
| HSL | 299.55º | 0.84% | 0.69% | - |
| HSV(B) | 299.55º | 0.55% | 0.95% | - |
| XYZ | 57.77 | 36.05 | 87.92 | - |
| YUV | 163.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 242 | 0.00 | 0.55 | 0 | 0.05 | 299.55 | 0.84 | 0.69 |
| Hex | F1 | 6D | F2 | 0 | 37 | 0 | 5 | 12C | 54 | 45 |
| Octal | 361 | 155 | 362 | 0 | 67 | 0 | 5 | 454 | 124 | 105 |
| Binary | 11110001 | 1101101 | 11110010 | 0 | 110111 | 0 | 101 | 100101100 | 1010100 | 1000101 |
Color Harmonies of #F16DF2
Complementary color
Monochromatic Colors of #F16DF2
Black with #F16DF2
Text Example
Text Example
White with #F16DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DF2; }
p { color: rgb(241,109,242); }
H1.HeaderClassName
{
color: #F16DF2;
}
.AnyTagClassName
{
color: #F16DF2;
}
</style>
background-color css
<style>
a { background-color: #F16DF2; }
a { background-color: rgb(241,109,242); }
div.DivClassName
{
background-color: #F16DF2;
}
.BgClassName
{
background-color: #F16DF2;
}
</style>
border-color css
<style>
span { border-color: #F16DF2; }
span { border-color: rgb(241,109,242); }
td.TdClassName
{
border-color: #F16DF2;
}
.TagClassName
{
border-color: #F16DF2;
}
</style>