Shades of Ultra Pink #F16FFF
Tints of Ultra Pink #F16FFF
RGB
CMYK
RGB Variations
Color information
#F16FFF (or 0xF16FFF) is known color: Ultra Pink. HEX triplet: F1, 6F and FF. RGB value is (241,111,255). Sum of RGB (Red+Green+Blue) = 241+111+255=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 111 (43.75% from 255 or 18.29% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #F16FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FFF is #0E9000. Grayscale: #A5A5A5. Windows color (decimal): -954369 or 16740337. OLE color: 16740337.
HSL color Cylindrical-coordinate representation of color #F16FFF: hue angle of 294.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16FFF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 111 | 255 | - |
| CMYK | 0.05 | 0.56 | 0 | 0 |
| HSL | 294.17º | 1% | 0.72% | - |
| HSV(B) | 294.17º | 0.56% | 1% | - |
| XYZ | 60.01 | 37.29 | 98.64 | - |
| YUV | 166.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 255 | 0.05 | 0.56 | 0 | 0 | 294.17 | 1 | 0.72 |
| Hex | F1 | 6F | FF | 5 | 38 | 0 | 0 | 126 | 64 | 48 |
| Octal | 361 | 157 | 377 | 5 | 70 | 0 | 0 | 446 | 144 | 110 |
| Binary | 11110001 | 1101111 | 11111111 | 101 | 111000 | 0 | 0 | 100100110 | 1100100 | 1001000 |
Color Harmonies of #F16FFF
Complementary color
Monochromatic Colors of #F16FFF
Black with #F16FFF
Text Example
Text Example
White with #F16FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16FFF; }
p { color: rgb(241,111,255); }
H1.HeaderClassName
{
color: #F16FFF;
}
.AnyTagClassName
{
color: #F16FFF;
}
</style>
background-color css
<style>
a { background-color: #F16FFF; }
a { background-color: rgb(241,111,255); }
div.DivClassName
{
background-color: #F16FFF;
}
.BgClassName
{
background-color: #F16FFF;
}
</style>
border-color css
<style>
span { border-color: #F16FFF; }
span { border-color: rgb(241,111,255); }
td.TdClassName
{
border-color: #F16FFF;
}
.TagClassName
{
border-color: #F16FFF;
}
</style>