Shades of Ultra Pink #F86BED
Tints of Ultra Pink #F86BED
RGB
CMYK
RGB Variations
Color information
#F86BED (or 0xF86BED) is known color: Ultra Pink. HEX triplet: F8, 6B and ED. RGB value is (248,107,237). Sum of RGB (Red+Green+Blue) = 248+107+237=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86BED is #079412. Grayscale: #A3A3A3. Windows color (decimal): -496659 or 15559672. OLE color: 15559672.
HSL color Cylindrical-coordinate representation of color #F86BED: hue angle of 304.68º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86BED is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 237 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.03 |
| HSL | 304.68º | 0.91% | 0.7% | - |
| HSV(B) | 304.68º | 0.57% | 0.97% | - |
| XYZ | 59.26 | 36.59 | 84.06 | - |
| YUV | 163.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 237 | 0 | 0.57 | 0.04 | 0.03 | 304.68 | 0.91 | 0.7 |
| Hex | F8 | 6B | ED | 0 | 39 | 4 | 3 | 131 | 5B | 46 |
| Octal | 370 | 153 | 355 | 0 | 71 | 4 | 3 | 461 | 133 | 106 |
| Binary | 11111000 | 1101011 | 11101101 | 0 | 111001 | 100 | 11 | 100110001 | 1011011 | 1000110 |
Color Harmonies of #F86BED
Complementary color
Monochromatic Colors of #F86BED
Black with #F86BED
Text Example
Text Example
White with #F86BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BED; }
p { color: rgb(248,107,237); }
H1.HeaderClassName
{
color: #F86BED;
}
.AnyTagClassName
{
color: #F86BED;
}
</style>
background-color css
<style>
a { background-color: #F86BED; }
a { background-color: rgb(248,107,237); }
div.DivClassName
{
background-color: #F86BED;
}
.BgClassName
{
background-color: #F86BED;
}
</style>
border-color css
<style>
span { border-color: #F86BED; }
span { border-color: rgb(248,107,237); }
td.TdClassName
{
border-color: #F86BED;
}
.TagClassName
{
border-color: #F86BED;
}
</style>