Shades of Ultra Pink #F86BEE
Tints of Ultra Pink #F86BEE
RGB
CMYK
RGB Variations
Color information
#F86BEE (or 0xF86BEE) is known color: Ultra Pink. HEX triplet: F8, 6B and EE. RGB value is (248,107,238). Sum of RGB (Red+Green+Blue) = 248+107+238=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86BEE is #079411. Grayscale: #A3A3A3. Windows color (decimal): -496658 or 15625208. OLE color: 15625208.
HSL color Cylindrical-coordinate representation of color #F86BEE: hue angle of 304.26º 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 #F86BEE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 238 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.03 |
| HSL | 304.26º | 0.91% | 0.7% | - |
| HSV(B) | 304.26º | 0.57% | 0.97% | - |
| XYZ | 59.4 | 36.64 | 84.83 | - |
| YUV | 164.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 238 | 0 | 0.57 | 0.04 | 0.03 | 304.26 | 0.91 | 0.7 |
| Hex | F8 | 6B | EE | 0 | 39 | 4 | 3 | 130 | 5B | 46 |
| Octal | 370 | 153 | 356 | 0 | 71 | 4 | 3 | 460 | 133 | 106 |
| Binary | 11111000 | 1101011 | 11101110 | 0 | 111001 | 100 | 11 | 100110000 | 1011011 | 1000110 |
Color Harmonies of #F86BEE
Complementary color
Monochromatic Colors of #F86BEE
Black with #F86BEE
Text Example
Text Example
White with #F86BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BEE; }
p { color: rgb(248,107,238); }
H1.HeaderClassName
{
color: #F86BEE;
}
.AnyTagClassName
{
color: #F86BEE;
}
</style>
background-color css
<style>
a { background-color: #F86BEE; }
a { background-color: rgb(248,107,238); }
div.DivClassName
{
background-color: #F86BEE;
}
.BgClassName
{
background-color: #F86BEE;
}
</style>
border-color css
<style>
span { border-color: #F86BEE; }
span { border-color: rgb(248,107,238); }
td.TdClassName
{
border-color: #F86BEE;
}
.TagClassName
{
border-color: #F86BEE;
}
</style>