Shades of Ultra Pink #F86DFB
Tints of Ultra Pink #F86DFB
RGB
CMYK
RGB Variations
Color information
#F86DFB (or 0xF86DFB) is known color: Ultra Pink. HEX triplet: F8, 6D and FB. RGB value is (248,109,251). Sum of RGB (Red+Green+Blue) = 248+109+251=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 109 (42.97% from 255 or 17.93% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #F86DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86DFB is #079204. Grayscale: #A6A6A6. Windows color (decimal): -496133 or 16477688. OLE color: 16477688.
HSL color Cylindrical-coordinate representation of color #F86DFB: hue angle of 298.73º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86DFB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 109 | 251 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.02 |
| HSL | 298.73º | 0.95% | 0.71% | - |
| HSV(B) | 298.73º | 0.57% | 0.98% | - |
| XYZ | 61.59 | 37.86 | 95.33 | - |
| YUV | 166.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 251 | 0.01 | 0.57 | 0 | 0.02 | 298.73 | 0.95 | 0.71 |
| Hex | F8 | 6D | FB | 1 | 39 | 0 | 2 | 12B | 5F | 47 |
| Octal | 370 | 155 | 373 | 1 | 71 | 0 | 2 | 453 | 137 | 107 |
| Binary | 11111000 | 1101101 | 11111011 | 1 | 111001 | 0 | 10 | 100101011 | 1011111 | 1000111 |
Color Harmonies of #F86DFB
Complementary color
Monochromatic Colors of #F86DFB
Black with #F86DFB
Text Example
Text Example
White with #F86DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DFB; }
p { color: rgb(248,109,251); }
H1.HeaderClassName
{
color: #F86DFB;
}
.AnyTagClassName
{
color: #F86DFB;
}
</style>
background-color css
<style>
a { background-color: #F86DFB; }
a { background-color: rgb(248,109,251); }
div.DivClassName
{
background-color: #F86DFB;
}
.BgClassName
{
background-color: #F86DFB;
}
</style>
border-color css
<style>
span { border-color: #F86DFB; }
span { border-color: rgb(248,109,251); }
td.TdClassName
{
border-color: #F86DFB;
}
.TagClassName
{
border-color: #F86DFB;
}
</style>