Shades of Fuchsia Pink #F681FF
Tints of Fuchsia Pink #F681FF
RGB
CMYK
RGB Variations
Color information
#F681FF (or 0xF681FF) is known color: Fuchsia Pink. HEX triplet: F6, 81 and FF. RGB value is (246,129,255). Sum of RGB (Red+Green+Blue) = 246+129+255=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 129 (50.78% from 255 or 20.48% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F681FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681FF is #097E00. Grayscale: #B1B1B1. Windows color (decimal): -622081 or 16744950. OLE color: 16744950.
HSL color Cylindrical-coordinate representation of color #F681FF: hue angle of 295.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F681FF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 129 | 255 | - |
| CMYK | 0.04 | 0.49 | 0 | 0 |
| HSL | 295.71º | 1% | 0.75% | - |
| HSV(B) | 295.71º | 0.49% | 1% | - |
| XYZ | 63.91 | 42.51 | 99.45 | - |
| YUV | 178.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 255 | 0.04 | 0.49 | 0 | 0 | 295.71 | 1 | 0.75 |
| Hex | F6 | 81 | FF | 4 | 31 | 0 | 0 | 128 | 64 | 4B |
| Octal | 366 | 201 | 377 | 4 | 61 | 0 | 0 | 450 | 144 | 113 |
| Binary | 11110110 | 10000001 | 11111111 | 100 | 110001 | 0 | 0 | 100101000 | 1100100 | 1001011 |
Color Harmonies of #F681FF
Complementary color
Monochromatic Colors of #F681FF
Black with #F681FF
Text Example
Text Example
White with #F681FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681FF; }
p { color: rgb(246,129,255); }
H1.HeaderClassName
{
color: #F681FF;
}
.AnyTagClassName
{
color: #F681FF;
}
</style>
background-color css
<style>
a { background-color: #F681FF; }
a { background-color: rgb(246,129,255); }
div.DivClassName
{
background-color: #F681FF;
}
.BgClassName
{
background-color: #F681FF;
}
</style>
border-color css
<style>
span { border-color: #F681FF; }
span { border-color: rgb(246,129,255); }
td.TdClassName
{
border-color: #F681FF;
}
.TagClassName
{
border-color: #F681FF;
}
</style>