Shades of Fuchsia Pink #FF7CFF
Tints of Fuchsia Pink #FF7CFF
RGB
CMYK
RGB Variations
Color information
#FF7CFF (or 0xFF7CFF) is known color: Fuchsia Pink. HEX triplet: FF, 7C and FF. RGB value is (255,124,255). Sum of RGB (Red+Green+Blue) = 255+124+255=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 124 (48.83% from 255 or 19.56% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CFF is #008300. Grayscale: #B1B1B1. Windows color (decimal): -33537 or 16743679. OLE color: 16743679.
HSL color Cylindrical-coordinate representation of color #FF7CFF: hue angle of 300º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CFF is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 255 | - |
| CMYK | 0 | 0.51 | 0 | 0 |
| HSL | 300º | 1% | 0.74% | - |
| HSV(B) | 300º | 0.51% | 1% | - |
| XYZ | 66.5 | 42.9 | 99.38 | - |
| YUV | 178.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 255 | 0 | 0.51 | 0 | 0 | 300 | 1 | 0.74 |
| Hex | FF | 7C | FF | 0 | 33 | 0 | 0 | 12C | 64 | 4A |
| Octal | 377 | 174 | 377 | 0 | 63 | 0 | 0 | 454 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11111111 | 0 | 110011 | 0 | 0 | 100101100 | 1100100 | 1001010 |
Color Harmonies of #FF7CFF
Complementary color
Monochromatic Colors of #FF7CFF
Black with #FF7CFF
Text Example
Text Example
White with #FF7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CFF; }
p { color: rgb(255,124,255); }
H1.HeaderClassName
{
color: #FF7CFF;
}
.AnyTagClassName
{
color: #FF7CFF;
}
</style>
background-color css
<style>
a { background-color: #FF7CFF; }
a { background-color: rgb(255,124,255); }
div.DivClassName
{
background-color: #FF7CFF;
}
.BgClassName
{
background-color: #FF7CFF;
}
</style>
border-color css
<style>
span { border-color: #FF7CFF; }
span { border-color: rgb(255,124,255); }
td.TdClassName
{
border-color: #FF7CFF;
}
.TagClassName
{
border-color: #FF7CFF;
}
</style>