Shades of Fuchsia Pink #F680FF
Tints of Fuchsia Pink #F680FF
RGB
CMYK
RGB Variations
Color information
#F680FF (or 0xF680FF) is known color: Fuchsia Pink. HEX triplet: F6, 80 and FF. RGB value is (246,128,255). Sum of RGB (Red+Green+Blue) = 246+128+255=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 128 (50.39% from 255 or 20.35% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F680FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680FF is #097F00. Grayscale: #B1B1B1. Windows color (decimal): -622337 or 16744694. OLE color: 16744694.
HSL color Cylindrical-coordinate representation of color #F680FF: hue angle of 295.75º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F680FF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 128 | 255 | - |
| CMYK | 0.04 | 0.50 | 0 | 0 |
| HSL | 295.75º | 1% | 0.75% | - |
| HSV(B) | 295.75º | 0.5% | 1% | - |
| XYZ | 63.78 | 42.25 | 99.4 | - |
| YUV | 177.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 255 | 0.04 | 0.50 | 0 | 0 | 295.75 | 1 | 0.75 |
| Hex | F6 | 80 | FF | 4 | 32 | 0 | 0 | 128 | 64 | 4B |
| Octal | 366 | 200 | 377 | 4 | 62 | 0 | 0 | 450 | 144 | 113 |
| Binary | 11110110 | 10000000 | 11111111 | 100 | 110010 | 0 | 0 | 100101000 | 1100100 | 1001011 |
Color Harmonies of #F680FF
Complementary color
Monochromatic Colors of #F680FF
Black with #F680FF
Text Example
Text Example
White with #F680FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680FF; }
p { color: rgb(246,128,255); }
H1.HeaderClassName
{
color: #F680FF;
}
.AnyTagClassName
{
color: #F680FF;
}
</style>
background-color css
<style>
a { background-color: #F680FF; }
a { background-color: rgb(246,128,255); }
div.DivClassName
{
background-color: #F680FF;
}
.BgClassName
{
background-color: #F680FF;
}
</style>
border-color css
<style>
span { border-color: #F680FF; }
span { border-color: rgb(246,128,255); }
td.TdClassName
{
border-color: #F680FF;
}
.TagClassName
{
border-color: #F680FF;
}
</style>