Shades of Ultra Pink #F16BFF
Tints of Ultra Pink #F16BFF
RGB
CMYK
RGB Variations
Color information
#F16BFF (or 0xF16BFF) is known color: Ultra Pink. HEX triplet: F1, 6B and FF. RGB value is (241,107,255). Sum of RGB (Red+Green+Blue) = 241+107+255=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 107 (42.19% from 255 or 17.74% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F16BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16BFF is #0E9400. Grayscale: #A3A3A3. Windows color (decimal): -955393 or 16739313. OLE color: 16739313.
HSL color Cylindrical-coordinate representation of color #F16BFF: hue angle of 294.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16BFF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 107 | 255 | - |
| CMYK | 0.05 | 0.58 | 0 | 0 |
| HSL | 294.32º | 1% | 0.71% | - |
| HSV(B) | 294.32º | 0.58% | 1% | - |
| XYZ | 59.58 | 36.44 | 98.5 | - |
| YUV | 163.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 255 | 0.05 | 0.58 | 0 | 0 | 294.32 | 1 | 0.71 |
| Hex | F1 | 6B | FF | 5 | 3A | 0 | 0 | 126 | 64 | 47 |
| Octal | 361 | 153 | 377 | 5 | 72 | 0 | 0 | 446 | 144 | 107 |
| Binary | 11110001 | 1101011 | 11111111 | 101 | 111010 | 0 | 0 | 100100110 | 1100100 | 1000111 |
Color Harmonies of #F16BFF
Complementary color
Monochromatic Colors of #F16BFF
Black with #F16BFF
Text Example
Text Example
White with #F16BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BFF; }
p { color: rgb(241,107,255); }
H1.HeaderClassName
{
color: #F16BFF;
}
.AnyTagClassName
{
color: #F16BFF;
}
</style>
background-color css
<style>
a { background-color: #F16BFF; }
a { background-color: rgb(241,107,255); }
div.DivClassName
{
background-color: #F16BFF;
}
.BgClassName
{
background-color: #F16BFF;
}
</style>
border-color css
<style>
span { border-color: #F16BFF; }
span { border-color: rgb(241,107,255); }
td.TdClassName
{
border-color: #F16BFF;
}
.TagClassName
{
border-color: #F16BFF;
}
</style>