Shades of Fuchsia Pink #F67FFF
Tints of Fuchsia Pink #F67FFF
RGB
CMYK
RGB Variations
Color information
#F67FFF (or 0xF67FFF) is known color: Fuchsia Pink. HEX triplet: F6, 7F and FF. RGB value is (246,127,255). Sum of RGB (Red+Green+Blue) = 246+127+255=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 127 (50% from 255 or 20.22% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #F67FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67FFF is #098000. Grayscale: #B0B0B0. Windows color (decimal): -622593 or 16744438. OLE color: 16744438.
HSL color Cylindrical-coordinate representation of color #F67FFF: hue angle of 295.78º 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 #F67FFF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 127 | 255 | - |
| CMYK | 0.04 | 0.50 | 0 | 0 |
| HSL | 295.78º | 1% | 0.75% | - |
| HSV(B) | 295.78º | 0.5% | 1% | - |
| XYZ | 63.65 | 41.99 | 99.36 | - |
| YUV | 177.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 255 | 0.04 | 0.50 | 0 | 0 | 295.78 | 1 | 0.75 |
| Hex | F6 | 7F | FF | 4 | 32 | 0 | 0 | 128 | 64 | 4B |
| Octal | 366 | 177 | 377 | 4 | 62 | 0 | 0 | 450 | 144 | 113 |
| Binary | 11110110 | 1111111 | 11111111 | 100 | 110010 | 0 | 0 | 100101000 | 1100100 | 1001011 |
Color Harmonies of #F67FFF
Complementary color
Monochromatic Colors of #F67FFF
Black with #F67FFF
Text Example
Text Example
White with #F67FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FFF; }
p { color: rgb(246,127,255); }
H1.HeaderClassName
{
color: #F67FFF;
}
.AnyTagClassName
{
color: #F67FFF;
}
</style>
background-color css
<style>
a { background-color: #F67FFF; }
a { background-color: rgb(246,127,255); }
div.DivClassName
{
background-color: #F67FFF;
}
.BgClassName
{
background-color: #F67FFF;
}
</style>
border-color css
<style>
span { border-color: #F67FFF; }
span { border-color: rgb(246,127,255); }
td.TdClassName
{
border-color: #F67FFF;
}
.TagClassName
{
border-color: #F67FFF;
}
</style>