Shades of Fuchsia Pink #F67CFF
Tints of Fuchsia Pink #F67CFF
RGB
CMYK
RGB Variations
Color information
#F67CFF (or 0xF67CFF) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FF. RGB value is (246,124,255). Sum of RGB (Red+Green+Blue) = 246+124+255=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 124 (48.83% from 255 or 19.84% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F67CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFF is #098300. Grayscale: #AFAFAF. Windows color (decimal): -623361 or 16743670. OLE color: 16743670.
HSL color Cylindrical-coordinate representation of color #F67CFF: hue angle of 295.88º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67CFF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 124 | 255 | - |
| CMYK | 0.04 | 0.51 | 0 | 0 |
| HSL | 295.88º | 1% | 0.74% | - |
| HSV(B) | 295.88º | 0.51% | 1% | - |
| XYZ | 63.26 | 41.23 | 99.23 | - |
| YUV | 175.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 255 | 0.04 | 0.51 | 0 | 0 | 295.88 | 1 | 0.74 |
| Hex | F6 | 7C | FF | 4 | 33 | 0 | 0 | 128 | 64 | 4A |
| Octal | 366 | 174 | 377 | 4 | 63 | 0 | 0 | 450 | 144 | 112 |
| Binary | 11110110 | 1111100 | 11111111 | 100 | 110011 | 0 | 0 | 100101000 | 1100100 | 1001010 |
Color Harmonies of #F67CFF
Complementary color
Monochromatic Colors of #F67CFF
Black with #F67CFF
Text Example
Text Example
White with #F67CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CFF; }
p { color: rgb(246,124,255); }
H1.HeaderClassName
{
color: #F67CFF;
}
.AnyTagClassName
{
color: #F67CFF;
}
</style>
background-color css
<style>
a { background-color: #F67CFF; }
a { background-color: rgb(246,124,255); }
div.DivClassName
{
background-color: #F67CFF;
}
.BgClassName
{
background-color: #F67CFF;
}
</style>
border-color css
<style>
span { border-color: #F67CFF; }
span { border-color: rgb(246,124,255); }
td.TdClassName
{
border-color: #F67CFF;
}
.TagClassName
{
border-color: #F67CFF;
}
</style>