Shades of Ultra Pink #F86EFB
Tints of Ultra Pink #F86EFB
RGB
CMYK
RGB Variations
Color information
#F86EFB (or 0xF86EFB) is known color: Ultra Pink. HEX triplet: F8, 6E and FB. RGB value is (248,110,251). Sum of RGB (Red+Green+Blue) = 248+110+251=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 110 (43.36% from 255 or 18.06% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #F86EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86EFB is #079104. Grayscale: #A6A6A6. Windows color (decimal): -495877 or 16477944. OLE color: 16477944.
HSL color Cylindrical-coordinate representation of color #F86EFB: hue angle of 298.72º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86EFB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 110 | 251 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.02 |
| HSL | 298.72º | 0.95% | 0.71% | - |
| HSV(B) | 298.72º | 0.56% | 0.98% | - |
| XYZ | 61.7 | 38.07 | 95.36 | - |
| YUV | 167.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 251 | 0.01 | 0.56 | 0 | 0.02 | 298.72 | 0.95 | 0.71 |
| Hex | F8 | 6E | FB | 1 | 38 | 0 | 2 | 12B | 5F | 47 |
| Octal | 370 | 156 | 373 | 1 | 70 | 0 | 2 | 453 | 137 | 107 |
| Binary | 11111000 | 1101110 | 11111011 | 1 | 111000 | 0 | 10 | 100101011 | 1011111 | 1000111 |
Color Harmonies of #F86EFB
Complementary color
Monochromatic Colors of #F86EFB
Black with #F86EFB
Text Example
Text Example
White with #F86EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86EFB; }
p { color: rgb(248,110,251); }
H1.HeaderClassName
{
color: #F86EFB;
}
.AnyTagClassName
{
color: #F86EFB;
}
</style>
background-color css
<style>
a { background-color: #F86EFB; }
a { background-color: rgb(248,110,251); }
div.DivClassName
{
background-color: #F86EFB;
}
.BgClassName
{
background-color: #F86EFB;
}
</style>
border-color css
<style>
span { border-color: #F86EFB; }
span { border-color: rgb(248,110,251); }
td.TdClassName
{
border-color: #F86EFB;
}
.TagClassName
{
border-color: #F86EFB;
}
</style>