Shades of Fuchsia Pink #FA7CFC
Tints of Fuchsia Pink #FA7CFC
RGB
CMYK
RGB Variations
Color information
#FA7CFC (or 0xFA7CFC) is known color: Fuchsia Pink. HEX triplet: FA, 7C and FC. RGB value is (250,124,252). Sum of RGB (Red+Green+Blue) = 250+124+252=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 124 (48.83% from 255 or 19.81% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA7CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CFC is #058303. Grayscale: #AFAFAF. Windows color (decimal): -361220 or 16547066. OLE color: 16547066.
HSL color Cylindrical-coordinate representation of color #FA7CFC: hue angle of 299.06º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7CFC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 124 | 252 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.01 |
| HSL | 299.06º | 0.96% | 0.74% | - |
| HSV(B) | 299.06º | 0.51% | 0.99% | - |
| XYZ | 64.2 | 41.77 | 96.77 | - |
| YUV | 176.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 252 | 0.01 | 0.51 | 0 | 0.01 | 299.06 | 0.96 | 0.74 |
| Hex | FA | 7C | FC | 1 | 33 | 0 | 1 | 12B | 60 | 4A |
| Octal | 372 | 174 | 374 | 1 | 63 | 0 | 1 | 453 | 140 | 112 |
| Binary | 11111010 | 1111100 | 11111100 | 1 | 110011 | 0 | 1 | 100101011 | 1100000 | 1001010 |
Color Harmonies of #FA7CFC
Complementary color
Monochromatic Colors of #FA7CFC
Black with #FA7CFC
Text Example
Text Example
White with #FA7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CFC; }
p { color: rgb(250,124,252); }
H1.HeaderClassName
{
color: #FA7CFC;
}
.AnyTagClassName
{
color: #FA7CFC;
}
</style>
background-color css
<style>
a { background-color: #FA7CFC; }
a { background-color: rgb(250,124,252); }
div.DivClassName
{
background-color: #FA7CFC;
}
.BgClassName
{
background-color: #FA7CFC;
}
</style>
border-color css
<style>
span { border-color: #FA7CFC; }
span { border-color: rgb(250,124,252); }
td.TdClassName
{
border-color: #FA7CFC;
}
.TagClassName
{
border-color: #FA7CFC;
}
</style>