Shades of Fuchsia Pink #F67BFC
Tints of Fuchsia Pink #F67BFC
RGB
CMYK
RGB Variations
Color information
#F67BFC (or 0xF67BFC) is known color: Fuchsia Pink. HEX triplet: F6, 7B and FC. RGB value is (246,123,252). Sum of RGB (Red+Green+Blue) = 246+123+252=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 123 (48.44% from 255 or 19.81% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #F67BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BFC is #098403. Grayscale: #AEAEAE. Windows color (decimal): -623620 or 16546806. OLE color: 16546806.
HSL color Cylindrical-coordinate representation of color #F67BFC: hue angle of 297.21º 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 #F67BFC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 123 | 252 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.01 |
| HSL | 297.21º | 0.96% | 0.74% | - |
| HSV(B) | 297.21º | 0.51% | 0.99% | - |
| XYZ | 62.66 | 40.79 | 96.67 | - |
| YUV | 174.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 252 | 0.02 | 0.51 | 0 | 0.01 | 297.21 | 0.96 | 0.74 |
| Hex | F6 | 7B | FC | 2 | 33 | 0 | 1 | 129 | 60 | 4A |
| Octal | 366 | 173 | 374 | 2 | 63 | 0 | 1 | 451 | 140 | 112 |
| Binary | 11110110 | 1111011 | 11111100 | 10 | 110011 | 0 | 1 | 100101001 | 1100000 | 1001010 |
Color Harmonies of #F67BFC
Complementary color
Monochromatic Colors of #F67BFC
Black with #F67BFC
Text Example
Text Example
White with #F67BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BFC; }
p { color: rgb(246,123,252); }
H1.HeaderClassName
{
color: #F67BFC;
}
.AnyTagClassName
{
color: #F67BFC;
}
</style>
background-color css
<style>
a { background-color: #F67BFC; }
a { background-color: rgb(246,123,252); }
div.DivClassName
{
background-color: #F67BFC;
}
.BgClassName
{
background-color: #F67BFC;
}
</style>
border-color css
<style>
span { border-color: #F67BFC; }
span { border-color: rgb(246,123,252); }
td.TdClassName
{
border-color: #F67BFC;
}
.TagClassName
{
border-color: #F67BFC;
}
</style>