Shades of Fuchsia Pink #FF7CF2
Tints of Fuchsia Pink #FF7CF2
RGB
CMYK
RGB Variations
Color information
#FF7CF2 (or 0xFF7CF2) is known color: Fuchsia Pink. HEX triplet: FF, 7C and F2. RGB value is (255,124,242). Sum of RGB (Red+Green+Blue) = 255+124+242=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 124 (48.83% from 255 or 19.97% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF2 is #00830D. Grayscale: #B0B0B0. Windows color (decimal): -33550 or 15891711. OLE color: 15891711.
HSL color Cylindrical-coordinate representation of color #FF7CF2: hue angle of 305.95º 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 #FF7CF2 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 242 | - |
| CMYK | 0 | 0.51 | 0.05 | 0 |
| HSL | 305.95º | 1% | 0.74% | - |
| HSV(B) | 305.95º | 0.51% | 1% | - |
| XYZ | 64.47 | 42.09 | 88.73 | - |
| YUV | 176.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 242 | 0 | 0.51 | 0.05 | 0 | 305.95 | 1 | 0.74 |
| Hex | FF | 7C | F2 | 0 | 33 | 5 | 0 | 132 | 64 | 4A |
| Octal | 377 | 174 | 362 | 0 | 63 | 5 | 0 | 462 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11110010 | 0 | 110011 | 101 | 0 | 100110010 | 1100100 | 1001010 |
Color Harmonies of #FF7CF2
Complementary color
Monochromatic Colors of #FF7CF2
Black with #FF7CF2
Text Example
Text Example
White with #FF7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CF2; }
p { color: rgb(255,124,242); }
H1.HeaderClassName
{
color: #FF7CF2;
}
.AnyTagClassName
{
color: #FF7CF2;
}
</style>
background-color css
<style>
a { background-color: #FF7CF2; }
a { background-color: rgb(255,124,242); }
div.DivClassName
{
background-color: #FF7CF2;
}
.BgClassName
{
background-color: #FF7CF2;
}
</style>
border-color css
<style>
span { border-color: #FF7CF2; }
span { border-color: rgb(255,124,242); }
td.TdClassName
{
border-color: #FF7CF2;
}
.TagClassName
{
border-color: #FF7CF2;
}
</style>