Shades of Fuchsia Pink #FF7BFA
Tints of Fuchsia Pink #FF7BFA
RGB
CMYK
RGB Variations
Color information
#FF7BFA (or 0xFF7BFA) is known color: Fuchsia Pink. HEX triplet: FF, 7B and FA. RGB value is (255,123,250). Sum of RGB (Red+Green+Blue) = 255+123+250=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 123 (48.44% from 255 or 19.59% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BFA is #008405. Grayscale: #B0B0B0. Windows color (decimal): -33798 or 16415743. OLE color: 16415743.
HSL color Cylindrical-coordinate representation of color #FF7BFA: hue angle of 302.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BFA is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 250 | - |
| CMYK | 0 | 0.52 | 0.02 | 0 |
| HSL | 302.27º | 1% | 0.74% | - |
| HSV(B) | 302.27º | 0.52% | 1% | - |
| XYZ | 65.58 | 42.33 | 95.16 | - |
| YUV | 176.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 250 | 0 | 0.52 | 0.02 | 0 | 302.27 | 1 | 0.74 |
| Hex | FF | 7B | FA | 0 | 34 | 2 | 0 | 12E | 64 | 4A |
| Octal | 377 | 173 | 372 | 0 | 64 | 2 | 0 | 456 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11111010 | 0 | 110100 | 10 | 0 | 100101110 | 1100100 | 1001010 |
Color Harmonies of #FF7BFA
Complementary color
Monochromatic Colors of #FF7BFA
Black with #FF7BFA
Text Example
Text Example
White with #FF7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BFA; }
p { color: rgb(255,123,250); }
H1.HeaderClassName
{
color: #FF7BFA;
}
.AnyTagClassName
{
color: #FF7BFA;
}
</style>
background-color css
<style>
a { background-color: #FF7BFA; }
a { background-color: rgb(255,123,250); }
div.DivClassName
{
background-color: #FF7BFA;
}
.BgClassName
{
background-color: #FF7BFA;
}
</style>
border-color css
<style>
span { border-color: #FF7BFA; }
span { border-color: rgb(255,123,250); }
td.TdClassName
{
border-color: #FF7BFA;
}
.TagClassName
{
border-color: #FF7BFA;
}
</style>