Shades of Fuchsia Pink #FF7CF9
Tints of Fuchsia Pink #FF7CF9
RGB
CMYK
RGB Variations
Color information
#FF7CF9 (or 0xFF7CF9) is known color: Fuchsia Pink. HEX triplet: FF, 7C and F9. RGB value is (255,124,249). Sum of RGB (Red+Green+Blue) = 255+124+249=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 124 (48.83% from 255 or 19.75% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF9 is #008306. Grayscale: #B1B1B1. Windows color (decimal): -33543 or 16350463. OLE color: 16350463.
HSL color Cylindrical-coordinate representation of color #FF7CF9: hue angle of 302.75º 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 #FF7CF9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 249 | - |
| CMYK | 0 | 0.51 | 0.02 | 0 |
| HSL | 302.75º | 1% | 0.74% | - |
| HSV(B) | 302.75º | 0.51% | 1% | - |
| XYZ | 65.55 | 42.51 | 94.37 | - |
| YUV | 177.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 249 | 0 | 0.51 | 0.02 | 0 | 302.75 | 1 | 0.74 |
| Hex | FF | 7C | F9 | 0 | 33 | 2 | 0 | 12F | 64 | 4A |
| Octal | 377 | 174 | 371 | 0 | 63 | 2 | 0 | 457 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11111001 | 0 | 110011 | 10 | 0 | 100101111 | 1100100 | 1001010 |
Color Harmonies of #FF7CF9
Complementary color
Monochromatic Colors of #FF7CF9
Black with #FF7CF9
Text Example
Text Example
White with #FF7CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CF9; }
p { color: rgb(255,124,249); }
H1.HeaderClassName
{
color: #FF7CF9;
}
.AnyTagClassName
{
color: #FF7CF9;
}
</style>
background-color css
<style>
a { background-color: #FF7CF9; }
a { background-color: rgb(255,124,249); }
div.DivClassName
{
background-color: #FF7CF9;
}
.BgClassName
{
background-color: #FF7CF9;
}
</style>
border-color css
<style>
span { border-color: #FF7CF9; }
span { border-color: rgb(255,124,249); }
td.TdClassName
{
border-color: #FF7CF9;
}
.TagClassName
{
border-color: #FF7CF9;
}
</style>