Shades of Ultra Pink #F16DFC
Tints of Ultra Pink #F16DFC
RGB
CMYK
RGB Variations
Color information
#F16DFC (or 0xF16DFC) is known color: Ultra Pink. HEX triplet: F1, 6D and FC. RGB value is (241,109,252). Sum of RGB (Red+Green+Blue) = 241+109+252=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 109 (42.97% from 255 or 18.11% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #F16DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DFC is #0E9203. Grayscale: #A4A4A4. Windows color (decimal): -954884 or 16543217. OLE color: 16543217.
HSL color Cylindrical-coordinate representation of color #F16DFC: hue angle of 295.38º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16DFC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 109 | 252 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.01 |
| HSL | 295.38º | 0.96% | 0.71% | - |
| HSV(B) | 295.38º | 0.57% | 0.99% | - |
| XYZ | 59.31 | 36.67 | 96.05 | - |
| YUV | 164.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 252 | 0.04 | 0.57 | 0 | 0.01 | 295.38 | 0.96 | 0.71 |
| Hex | F1 | 6D | FC | 4 | 39 | 0 | 1 | 127 | 60 | 47 |
| Octal | 361 | 155 | 374 | 4 | 71 | 0 | 1 | 447 | 140 | 107 |
| Binary | 11110001 | 1101101 | 11111100 | 100 | 111001 | 0 | 1 | 100100111 | 1100000 | 1000111 |
Color Harmonies of #F16DFC
Complementary color
Monochromatic Colors of #F16DFC
Black with #F16DFC
Text Example
Text Example
White with #F16DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DFC; }
p { color: rgb(241,109,252); }
H1.HeaderClassName
{
color: #F16DFC;
}
.AnyTagClassName
{
color: #F16DFC;
}
</style>
background-color css
<style>
a { background-color: #F16DFC; }
a { background-color: rgb(241,109,252); }
div.DivClassName
{
background-color: #F16DFC;
}
.BgClassName
{
background-color: #F16DFC;
}
</style>
border-color css
<style>
span { border-color: #F16DFC; }
span { border-color: rgb(241,109,252); }
td.TdClassName
{
border-color: #F16DFC;
}
.TagClassName
{
border-color: #F16DFC;
}
</style>