Shades of Fuchsia Pink #FF7BF6
Tints of Fuchsia Pink #FF7BF6
RGB
CMYK
RGB Variations
Color information
#FF7BF6 (or 0xFF7BF6) is known color: Fuchsia Pink. HEX triplet: FF, 7B and F6. RGB value is (255,123,246). Sum of RGB (Red+Green+Blue) = 255+123+246=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 123 (48.44% from 255 or 19.71% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF6 is #008409. Grayscale: #B0B0B0. Windows color (decimal): -33802 or 16153599. OLE color: 16153599.
HSL color Cylindrical-coordinate representation of color #FF7BF6: hue angle of 304.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BF6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 246 | - |
| CMYK | 0 | 0.52 | 0.04 | 0 |
| HSL | 304.09º | 1% | 0.74% | - |
| HSV(B) | 304.09º | 0.52% | 1% | - |
| XYZ | 64.96 | 42.08 | 91.89 | - |
| YUV | 176.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 246 | 0 | 0.52 | 0.04 | 0 | 304.09 | 1 | 0.74 |
| Hex | FF | 7B | F6 | 0 | 34 | 4 | 0 | 130 | 64 | 4A |
| Octal | 377 | 173 | 366 | 0 | 64 | 4 | 0 | 460 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11110110 | 0 | 110100 | 100 | 0 | 100110000 | 1100100 | 1001010 |
Color Harmonies of #FF7BF6
Complementary color
Monochromatic Colors of #FF7BF6
Black with #FF7BF6
Text Example
Text Example
White with #FF7BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BF6; }
p { color: rgb(255,123,246); }
H1.HeaderClassName
{
color: #FF7BF6;
}
.AnyTagClassName
{
color: #FF7BF6;
}
</style>
background-color css
<style>
a { background-color: #FF7BF6; }
a { background-color: rgb(255,123,246); }
div.DivClassName
{
background-color: #FF7BF6;
}
.BgClassName
{
background-color: #FF7BF6;
}
</style>
border-color css
<style>
span { border-color: #FF7BF6; }
span { border-color: rgb(255,123,246); }
td.TdClassName
{
border-color: #FF7BF6;
}
.TagClassName
{
border-color: #FF7BF6;
}
</style>