Shades of Ultra Pink #F86FED
Tints of Ultra Pink #F86FED
RGB
CMYK
RGB Variations
Color information
#F86FED (or 0xF86FED) is known color: Ultra Pink. HEX triplet: F8, 6F and ED. RGB value is (248,111,237). Sum of RGB (Red+Green+Blue) = 248+111+237=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 111 (43.75% from 255 or 18.62% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86FED is #079012. Grayscale: #A5A5A5. Windows color (decimal): -495635 or 15560696. OLE color: 15560696.
HSL color Cylindrical-coordinate representation of color #F86FED: hue angle of 304.82º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FED is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 237 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.03 |
| HSL | 304.82º | 0.91% | 0.7% | - |
| HSV(B) | 304.82º | 0.55% | 0.97% | - |
| XYZ | 59.68 | 37.44 | 84.2 | - |
| YUV | 166.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 237 | 0 | 0.55 | 0.04 | 0.03 | 304.82 | 0.91 | 0.7 |
| Hex | F8 | 6F | ED | 0 | 37 | 4 | 3 | 131 | 5B | 46 |
| Octal | 370 | 157 | 355 | 0 | 67 | 4 | 3 | 461 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11101101 | 0 | 110111 | 100 | 11 | 100110001 | 1011011 | 1000110 |
Color Harmonies of #F86FED
Complementary color
Monochromatic Colors of #F86FED
Black with #F86FED
Text Example
Text Example
White with #F86FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FED; }
p { color: rgb(248,111,237); }
H1.HeaderClassName
{
color: #F86FED;
}
.AnyTagClassName
{
color: #F86FED;
}
</style>
background-color css
<style>
a { background-color: #F86FED; }
a { background-color: rgb(248,111,237); }
div.DivClassName
{
background-color: #F86FED;
}
.BgClassName
{
background-color: #F86FED;
}
</style>
border-color css
<style>
span { border-color: #F86FED; }
span { border-color: rgb(248,111,237); }
td.TdClassName
{
border-color: #F86FED;
}
.TagClassName
{
border-color: #F86FED;
}
</style>