Shades of Fuchsia Pink #F67CFC
Tints of Fuchsia Pink #F67CFC
RGB
CMYK
RGB Variations
Color information
#F67CFC (or 0xF67CFC) is known color: Fuchsia Pink. HEX triplet: F6, 7C and FC. RGB value is (246,124,252). Sum of RGB (Red+Green+Blue) = 246+124+252=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #F67CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67CFC is #098303. Grayscale: #AEAEAE. Windows color (decimal): -623364 or 16547062. OLE color: 16547062.
HSL color Cylindrical-coordinate representation of color #F67CFC: hue angle of 297.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67CFC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 124 | 252 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.01 |
| HSL | 297.19º | 0.96% | 0.74% | - |
| HSV(B) | 297.19º | 0.51% | 0.99% | - |
| XYZ | 62.78 | 41.04 | 96.71 | - |
| YUV | 175.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 252 | 0.02 | 0.51 | 0 | 0.01 | 297.19 | 0.96 | 0.74 |
| Hex | F6 | 7C | FC | 2 | 33 | 0 | 1 | 129 | 60 | 4A |
| Octal | 366 | 174 | 374 | 2 | 63 | 0 | 1 | 451 | 140 | 112 |
| Binary | 11110110 | 1111100 | 11111100 | 10 | 110011 | 0 | 1 | 100101001 | 1100000 | 1001010 |
Color Harmonies of #F67CFC
Complementary color
Monochromatic Colors of #F67CFC
Black with #F67CFC
Text Example
Text Example
White with #F67CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CFC; }
p { color: rgb(246,124,252); }
H1.HeaderClassName
{
color: #F67CFC;
}
.AnyTagClassName
{
color: #F67CFC;
}
</style>
background-color css
<style>
a { background-color: #F67CFC; }
a { background-color: rgb(246,124,252); }
div.DivClassName
{
background-color: #F67CFC;
}
.BgClassName
{
background-color: #F67CFC;
}
</style>
border-color css
<style>
span { border-color: #F67CFC; }
span { border-color: rgb(246,124,252); }
td.TdClassName
{
border-color: #F67CFC;
}
.TagClassName
{
border-color: #F67CFC;
}
</style>