Shades of Fuchsia Pink #FF7CF3
Tints of Fuchsia Pink #FF7CF3
RGB
CMYK
RGB Variations
Color information
#FF7CF3 (or 0xFF7CF3) is known color: Fuchsia Pink. HEX triplet: FF, 7C and F3. RGB value is (255,124,243). Sum of RGB (Red+Green+Blue) = 255+124+243=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF3 is #00830C. Grayscale: #B0B0B0. Windows color (decimal): -33549 or 15957247. OLE color: 15957247.
HSL color Cylindrical-coordinate representation of color #FF7CF3: hue angle of 305.5º 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 #FF7CF3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 243 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 305.5º | 1% | 0.74% | - |
| HSV(B) | 305.5º | 0.51% | 1% | - |
| XYZ | 64.63 | 42.15 | 89.52 | - |
| YUV | 176.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 243 | 0 | 0.51 | 0.05 | 0 | 305.5 | 1 | 0.74 |
| Hex | FF | 7C | F3 | 0 | 33 | 5 | 0 | 131 | 64 | 4A |
| Octal | 377 | 174 | 363 | 0 | 63 | 5 | 0 | 461 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11110011 | 0 | 110011 | 101 | 0 | 100110001 | 1100100 | 1001010 |
Color Harmonies of #FF7CF3
Complementary color
Monochromatic Colors of #FF7CF3
Black with #FF7CF3
Text Example
Text Example
White with #FF7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CF3; }
p { color: rgb(255,124,243); }
H1.HeaderClassName
{
color: #FF7CF3;
}
.AnyTagClassName
{
color: #FF7CF3;
}
</style>
background-color css
<style>
a { background-color: #FF7CF3; }
a { background-color: rgb(255,124,243); }
div.DivClassName
{
background-color: #FF7CF3;
}
.BgClassName
{
background-color: #FF7CF3;
}
</style>
border-color css
<style>
span { border-color: #FF7CF3; }
span { border-color: rgb(255,124,243); }
td.TdClassName
{
border-color: #FF7CF3;
}
.TagClassName
{
border-color: #FF7CF3;
}
</style>