Shades of Fuchsia Pink #FA73FB
Tints of Fuchsia Pink #FA73FB
RGB
CMYK
RGB Variations
Color information
#FA73FB (or 0xFA73FB) is known color: Fuchsia Pink. HEX triplet: FA, 73 and FB. RGB value is (250,115,251). Sum of RGB (Red+Green+Blue) = 250+115+251=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 115 (45.31% from 255 or 18.67% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA73FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73FB is #058C04. Grayscale: #AAAAAA. Windows color (decimal): -363525 or 16479226. OLE color: 16479226.
HSL color Cylindrical-coordinate representation of color #FA73FB: hue angle of 299.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73FB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 251 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.02 |
| HSL | 299.56º | 0.94% | 0.72% | - |
| HSV(B) | 299.56º | 0.54% | 0.98% | - |
| XYZ | 62.97 | 39.55 | 95.58 | - |
| YUV | 170.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 251 | 0.00 | 0.54 | 0 | 0.02 | 299.56 | 0.94 | 0.72 |
| Hex | FA | 73 | FB | 0 | 36 | 0 | 2 | 12C | 5E | 48 |
| Octal | 372 | 163 | 373 | 0 | 66 | 0 | 2 | 454 | 136 | 110 |
| Binary | 11111010 | 1110011 | 11111011 | 0 | 110110 | 0 | 10 | 100101100 | 1011110 | 1001000 |
Color Harmonies of #FA73FB
Complementary color
Monochromatic Colors of #FA73FB
Black with #FA73FB
Text Example
Text Example
White with #FA73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73FB; }
p { color: rgb(250,115,251); }
H1.HeaderClassName
{
color: #FA73FB;
}
.AnyTagClassName
{
color: #FA73FB;
}
</style>
background-color css
<style>
a { background-color: #FA73FB; }
a { background-color: rgb(250,115,251); }
div.DivClassName
{
background-color: #FA73FB;
}
.BgClassName
{
background-color: #FA73FB;
}
</style>
border-color css
<style>
span { border-color: #FA73FB; }
span { border-color: rgb(250,115,251); }
td.TdClassName
{
border-color: #FA73FB;
}
.TagClassName
{
border-color: #FA73FB;
}
</style>