Shades of Fuchsia Pink #F67CFE
Tints of Fuchsia Pink #F67CFE
RGB
CMYK
RGB Variations
Color information
#F67CFE (or 0xF67CFE) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FE. RGB value is (246,124,254). Sum of RGB (Red+Green+Blue) = 246+124+254=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 124 (48.83% from 255 or 19.87% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #F67CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFE is #098301. Grayscale: #AEAEAE. Windows color (decimal): -623362 or 16678134. OLE color: 16678134.
HSL color Cylindrical-coordinate representation of color #F67CFE: hue angle of 296.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67CFE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 124 | 254 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.00 |
| HSL | 296.31º | 0.98% | 0.74% | - |
| HSV(B) | 296.31º | 0.51% | 1% | - |
| XYZ | 63.1 | 41.16 | 98.39 | - |
| YUV | 175.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 254 | 0.03 | 0.51 | 0 | 0.00 | 296.31 | 0.98 | 0.74 |
| Hex | F6 | 7C | FE | 3 | 33 | 0 | 0 | 128 | 62 | 4A |
| Octal | 366 | 174 | 376 | 3 | 63 | 0 | 0 | 450 | 142 | 112 |
| Binary | 11110110 | 1111100 | 11111110 | 11 | 110011 | 0 | 0 | 100101000 | 1100010 | 1001010 |
Color Harmonies of #F67CFE
Complementary color
Monochromatic Colors of #F67CFE
Black with #F67CFE
Text Example
Text Example
White with #F67CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CFE; }
p { color: rgb(246,124,254); }
H1.HeaderClassName
{
color: #F67CFE;
}
.AnyTagClassName
{
color: #F67CFE;
}
</style>
background-color css
<style>
a { background-color: #F67CFE; }
a { background-color: rgb(246,124,254); }
div.DivClassName
{
background-color: #F67CFE;
}
.BgClassName
{
background-color: #F67CFE;
}
</style>
border-color css
<style>
span { border-color: #F67CFE; }
span { border-color: rgb(246,124,254); }
td.TdClassName
{
border-color: #F67CFE;
}
.TagClassName
{
border-color: #F67CFE;
}
</style>