Shades of Ultra Pink #F86DF9
Tints of Ultra Pink #F86DF9
RGB
CMYK
RGB Variations
Color information
#F86DF9 (or 0xF86DF9) is known color: Ultra Pink. HEX triplet: F8, 6D and F9. RGB value is (248,109,249). Sum of RGB (Red+Green+Blue) = 248+109+249=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 109 (42.97% from 255 or 17.99% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #F86DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86DF9 is #079206. Grayscale: #A6A6A6. Windows color (decimal): -496135 or 16346616. OLE color: 16346616.
HSL color Cylindrical-coordinate representation of color #F86DF9: hue angle of 299.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DF9 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 109 | 249 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.02 |
| HSL | 299.57º | 0.92% | 0.7% | - |
| HSV(B) | 299.57º | 0.56% | 0.98% | - |
| XYZ | 61.28 | 37.73 | 93.68 | - |
| YUV | 166.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 249 | 0.00 | 0.56 | 0 | 0.02 | 299.57 | 0.92 | 0.7 |
| Hex | F8 | 6D | F9 | 0 | 38 | 0 | 2 | 12C | 5C | 46 |
| Octal | 370 | 155 | 371 | 0 | 70 | 0 | 2 | 454 | 134 | 106 |
| Binary | 11111000 | 1101101 | 11111001 | 0 | 111000 | 0 | 10 | 100101100 | 1011100 | 1000110 |
Color Harmonies of #F86DF9
Complementary color
Monochromatic Colors of #F86DF9
Black with #F86DF9
Text Example
Text Example
White with #F86DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DF9; }
p { color: rgb(248,109,249); }
H1.HeaderClassName
{
color: #F86DF9;
}
.AnyTagClassName
{
color: #F86DF9;
}
</style>
background-color css
<style>
a { background-color: #F86DF9; }
a { background-color: rgb(248,109,249); }
div.DivClassName
{
background-color: #F86DF9;
}
.BgClassName
{
background-color: #F86DF9;
}
</style>
border-color css
<style>
span { border-color: #F86DF9; }
span { border-color: rgb(248,109,249); }
td.TdClassName
{
border-color: #F86DF9;
}
.TagClassName
{
border-color: #F86DF9;
}
</style>