Shades of Ultra Pink #F16DF3
Tints of Ultra Pink #F16DF3
RGB
CMYK
RGB Variations
Color information
#F16DF3 (or 0xF16DF3) is known color: Ultra Pink. HEX triplet: F1, 6D and F3. RGB value is (241,109,243). Sum of RGB (Red+Green+Blue) = 241+109+243=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 109 (42.97% from 255 or 18.38% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #F16DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DF3 is #0E920C. Grayscale: #A3A3A3. Windows color (decimal): -954893 or 15953393. OLE color: 15953393.
HSL color Cylindrical-coordinate representation of color #F16DF3: hue angle of 299.1º degrees, saturation: 0.85, 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 #F16DF3 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 243 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.05 |
| HSL | 299.1º | 0.85% | 0.69% | - |
| HSV(B) | 299.1º | 0.55% | 0.95% | - |
| XYZ | 57.92 | 36.11 | 88.71 | - |
| YUV | 163.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 243 | 0.01 | 0.55 | 0 | 0.05 | 299.1 | 0.85 | 0.69 |
| Hex | F1 | 6D | F3 | 1 | 37 | 0 | 5 | 12B | 55 | 45 |
| Octal | 361 | 155 | 363 | 1 | 67 | 0 | 5 | 453 | 125 | 105 |
| Binary | 11110001 | 1101101 | 11110011 | 1 | 110111 | 0 | 101 | 100101011 | 1010101 | 1000101 |
Color Harmonies of #F16DF3
Complementary color
Monochromatic Colors of #F16DF3
Black with #F16DF3
Text Example
Text Example
White with #F16DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DF3; }
p { color: rgb(241,109,243); }
H1.HeaderClassName
{
color: #F16DF3;
}
.AnyTagClassName
{
color: #F16DF3;
}
</style>
background-color css
<style>
a { background-color: #F16DF3; }
a { background-color: rgb(241,109,243); }
div.DivClassName
{
background-color: #F16DF3;
}
.BgClassName
{
background-color: #F16DF3;
}
</style>
border-color css
<style>
span { border-color: #F16DF3; }
span { border-color: rgb(241,109,243); }
td.TdClassName
{
border-color: #F16DF3;
}
.TagClassName
{
border-color: #F16DF3;
}
</style>