Shades of Fuchsia Pink #FA7BFB
Tints of Fuchsia Pink #FA7BFB
RGB
CMYK
RGB Variations
Color information
#FA7BFB (or 0xFA7BFB) is known color: Fuchsia Pink. HEX triplet: FA, 7B and FB. RGB value is (250,123,251). Sum of RGB (Red+Green+Blue) = 250+123+251=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 123 (48.44% from 255 or 19.71% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BFB is #058404. Grayscale: #AFAFAF. Windows color (decimal): -361477 or 16481274. OLE color: 16481274.
HSL color Cylindrical-coordinate representation of color #FA7BFB: hue angle of 299.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BFB is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 251 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.02 |
| HSL | 299.53º | 0.94% | 0.73% | - |
| HSV(B) | 299.53º | 0.51% | 0.98% | - |
| XYZ | 63.92 | 41.45 | 95.9 | - |
| YUV | 175.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 251 | 0.00 | 0.51 | 0 | 0.02 | 299.53 | 0.94 | 0.73 |
| Hex | FA | 7B | FB | 0 | 33 | 0 | 2 | 12C | 5E | 49 |
| Octal | 372 | 173 | 373 | 0 | 63 | 0 | 2 | 454 | 136 | 111 |
| Binary | 11111010 | 1111011 | 11111011 | 0 | 110011 | 0 | 10 | 100101100 | 1011110 | 1001001 |
Color Harmonies of #FA7BFB
Complementary color
Monochromatic Colors of #FA7BFB
Black with #FA7BFB
Text Example
Text Example
White with #FA7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BFB; }
p { color: rgb(250,123,251); }
H1.HeaderClassName
{
color: #FA7BFB;
}
.AnyTagClassName
{
color: #FA7BFB;
}
</style>
background-color css
<style>
a { background-color: #FA7BFB; }
a { background-color: rgb(250,123,251); }
div.DivClassName
{
background-color: #FA7BFB;
}
.BgClassName
{
background-color: #FA7BFB;
}
</style>
border-color css
<style>
span { border-color: #FA7BFB; }
span { border-color: rgb(250,123,251); }
td.TdClassName
{
border-color: #FA7BFB;
}
.TagClassName
{
border-color: #FA7BFB;
}
</style>