Shades of Fuchsia Pink #F686FE
Tints of Fuchsia Pink #F686FE
RGB
CMYK
RGB Variations
Color information
#F686FE (or 0xF686FE) is known color: Fuchsia Pink. HEX triplet: F6, 86 and FE. RGB value is (246,134,254). Sum of RGB (Red+Green+Blue) = 246+134+254=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 134 (52.73% from 255 or 21.14% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #F686FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686FE is #097901. Grayscale: #B4B4B4. Windows color (decimal): -620802 or 16680694. OLE color: 16680694.
HSL color Cylindrical-coordinate representation of color #F686FE: hue angle of 296º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F686FE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 134 | 254 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.00 |
| HSL | 296º | 0.98% | 0.76% | - |
| HSV(B) | 296º | 0.47% | 1% | - |
| XYZ | 64.42 | 43.8 | 98.82 | - |
| YUV | 181.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 254 | 0.03 | 0.47 | 0 | 0.00 | 296 | 0.98 | 0.76 |
| Hex | F6 | 86 | FE | 3 | 2F | 0 | 0 | 128 | 62 | 4C |
| Octal | 366 | 206 | 376 | 3 | 57 | 0 | 0 | 450 | 142 | 114 |
| Binary | 11110110 | 10000110 | 11111110 | 11 | 101111 | 0 | 0 | 100101000 | 1100010 | 1001100 |
Color Harmonies of #F686FE
Complementary color
Monochromatic Colors of #F686FE
Black with #F686FE
Text Example
Text Example
White with #F686FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686FE; }
p { color: rgb(246,134,254); }
H1.HeaderClassName
{
color: #F686FE;
}
.AnyTagClassName
{
color: #F686FE;
}
</style>
background-color css
<style>
a { background-color: #F686FE; }
a { background-color: rgb(246,134,254); }
div.DivClassName
{
background-color: #F686FE;
}
.BgClassName
{
background-color: #F686FE;
}
</style>
border-color css
<style>
span { border-color: #F686FE; }
span { border-color: rgb(246,134,254); }
td.TdClassName
{
border-color: #F686FE;
}
.TagClassName
{
border-color: #F686FE;
}
</style>