Shades of Fuchsia Pink #FA7CFB
Tints of Fuchsia Pink #FA7CFB
RGB
CMYK
RGB Variations
Color information
#FA7CFB (or 0xFA7CFB) is known color: Fuchsia Pink. HEX triplet: FA, 7C and FB. RGB value is (250,124,251). Sum of RGB (Red+Green+Blue) = 250+124+251=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 124 (48.83% from 255 or 19.84% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7CFB is #058304. Grayscale: #AFAFAF. Windows color (decimal): -361221 or 16481530. OLE color: 16481530.
HSL color Cylindrical-coordinate representation of color #FA7CFB: hue angle of 299.53º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7CFB is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 251 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.02 |
| HSL | 299.53º | 0.94% | 0.74% | - |
| HSV(B) | 299.53º | 0.51% | 0.98% | - |
| XYZ | 64.04 | 41.7 | 95.94 | - |
| YUV | 176.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 251 | 0.00 | 0.51 | 0 | 0.02 | 299.53 | 0.94 | 0.74 |
| Hex | FA | 7C | FB | 0 | 33 | 0 | 2 | 12C | 5E | 4A |
| Octal | 372 | 174 | 373 | 0 | 63 | 0 | 2 | 454 | 136 | 112 |
| Binary | 11111010 | 1111100 | 11111011 | 0 | 110011 | 0 | 10 | 100101100 | 1011110 | 1001010 |
Color Harmonies of #FA7CFB
Complementary color
Monochromatic Colors of #FA7CFB
Black with #FA7CFB
Text Example
Text Example
White with #FA7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CFB; }
p { color: rgb(250,124,251); }
H1.HeaderClassName
{
color: #FA7CFB;
}
.AnyTagClassName
{
color: #FA7CFB;
}
</style>
background-color css
<style>
a { background-color: #FA7CFB; }
a { background-color: rgb(250,124,251); }
div.DivClassName
{
background-color: #FA7CFB;
}
.BgClassName
{
background-color: #FA7CFB;
}
</style>
border-color css
<style>
span { border-color: #FA7CFB; }
span { border-color: rgb(250,124,251); }
td.TdClassName
{
border-color: #FA7CFB;
}
.TagClassName
{
border-color: #FA7CFB;
}
</style>