Shades of Fuchsia Pink #F67BFB
Tints of Fuchsia Pink #F67BFB
RGB
CMYK
RGB Variations
Color information
#F67BFB (or 0xF67BFB) is known color: Fuchsia Pink. HEX triplet: F6, 7B and FB. RGB value is (246,123,251). Sum of RGB (Red+Green+Blue) = 246+123+251=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #F67BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BFB is #098404. Grayscale: #ADADAD. Windows color (decimal): -623621 or 16481270. OLE color: 16481270.
HSL color Cylindrical-coordinate representation of color #F67BFB: hue angle of 297.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F67BFB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 123 | 251 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.02 |
| HSL | 297.66º | 0.94% | 0.73% | - |
| HSV(B) | 297.66º | 0.51% | 0.98% | - |
| XYZ | 62.5 | 40.72 | 95.83 | - |
| YUV | 174.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 251 | 0.02 | 0.51 | 0 | 0.02 | 297.66 | 0.94 | 0.73 |
| Hex | F6 | 7B | FB | 2 | 33 | 0 | 2 | 12A | 5E | 49 |
| Octal | 366 | 173 | 373 | 2 | 63 | 0 | 2 | 452 | 136 | 111 |
| Binary | 11110110 | 1111011 | 11111011 | 10 | 110011 | 0 | 10 | 100101010 | 1011110 | 1001001 |
Color Harmonies of #F67BFB
Complementary color
Monochromatic Colors of #F67BFB
Black with #F67BFB
Text Example
Text Example
White with #F67BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BFB; }
p { color: rgb(246,123,251); }
H1.HeaderClassName
{
color: #F67BFB;
}
.AnyTagClassName
{
color: #F67BFB;
}
</style>
background-color css
<style>
a { background-color: #F67BFB; }
a { background-color: rgb(246,123,251); }
div.DivClassName
{
background-color: #F67BFB;
}
.BgClassName
{
background-color: #F67BFB;
}
</style>
border-color css
<style>
span { border-color: #F67BFB; }
span { border-color: rgb(246,123,251); }
td.TdClassName
{
border-color: #F67BFB;
}
.TagClassName
{
border-color: #F67BFB;
}
</style>