Shades of Ultra Pink #F16BED
Tints of Ultra Pink #F16BED
RGB
CMYK
RGB Variations
Color information
#F16BED (or 0xF16BED) is known color: Ultra Pink. HEX triplet: F1, 6B and ED. RGB value is (241,107,237). Sum of RGB (Red+Green+Blue) = 241+107+237=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 107 (42.19% from 255 or 18.29% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16BED is #0E9412. Grayscale: #A1A1A1. Windows color (decimal): -955411 or 15559665. OLE color: 15559665.
HSL color Cylindrical-coordinate representation of color #F16BED: hue angle of 301.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BED is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 237 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.05 |
| HSL | 301.79º | 0.83% | 0.68% | - |
| HSV(B) | 301.79º | 0.56% | 0.95% | - |
| XYZ | 56.82 | 35.33 | 83.95 | - |
| YUV | 161.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 237 | 0 | 0.56 | 0.02 | 0.05 | 301.79 | 0.83 | 0.68 |
| Hex | F1 | 6B | ED | 0 | 38 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 153 | 355 | 0 | 70 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101011 | 11101101 | 0 | 111000 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F16BED
Complementary color
Monochromatic Colors of #F16BED
Black with #F16BED
Text Example
Text Example
White with #F16BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BED; }
p { color: rgb(241,107,237); }
H1.HeaderClassName
{
color: #F16BED;
}
.AnyTagClassName
{
color: #F16BED;
}
</style>
background-color css
<style>
a { background-color: #F16BED; }
a { background-color: rgb(241,107,237); }
div.DivClassName
{
background-color: #F16BED;
}
.BgClassName
{
background-color: #F16BED;
}
</style>
border-color css
<style>
span { border-color: #F16BED; }
span { border-color: rgb(241,107,237); }
td.TdClassName
{
border-color: #F16BED;
}
.TagClassName
{
border-color: #F16BED;
}
</style>