Shades of Fuchsia Pink #FF7BFF
Tints of Fuchsia Pink #FF7BFF
RGB
CMYK
RGB Variations
Color information
#FF7BFF (or 0xFF7BFF) is known color: Fuchsia Pink. HEX triplet: FF, 7B and FF. RGB value is (255,123,255). Sum of RGB (Red+Green+Blue) = 255+123+255=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 123 (48.44% from 255 or 19.43% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BFF is #008400. Grayscale: #B1B1B1. Windows color (decimal): -33793 or 16743423. OLE color: 16743423.
HSL color Cylindrical-coordinate representation of color #FF7BFF: hue angle of 300º 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 #FF7BFF is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 255 | - |
| CMYK | 0 | 0.52 | 0 | 0 |
| HSL | 300º | 1% | 0.74% | - |
| HSV(B) | 300º | 0.52% | 1% | - |
| XYZ | 66.37 | 42.65 | 99.34 | - |
| YUV | 177.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 255 | 0 | 0.52 | 0 | 0 | 300 | 1 | 0.74 |
| Hex | FF | 7B | FF | 0 | 34 | 0 | 0 | 12C | 64 | 4A |
| Octal | 377 | 173 | 377 | 0 | 64 | 0 | 0 | 454 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11111111 | 0 | 110100 | 0 | 0 | 100101100 | 1100100 | 1001010 |
Color Harmonies of #FF7BFF
Complementary color
Monochromatic Colors of #FF7BFF
Black with #FF7BFF
Text Example
Text Example
White with #FF7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BFF; }
p { color: rgb(255,123,255); }
H1.HeaderClassName
{
color: #FF7BFF;
}
.AnyTagClassName
{
color: #FF7BFF;
}
</style>
background-color css
<style>
a { background-color: #FF7BFF; }
a { background-color: rgb(255,123,255); }
div.DivClassName
{
background-color: #FF7BFF;
}
.BgClassName
{
background-color: #FF7BFF;
}
</style>
border-color css
<style>
span { border-color: #FF7BFF; }
span { border-color: rgb(255,123,255); }
td.TdClassName
{
border-color: #FF7BFF;
}
.TagClassName
{
border-color: #FF7BFF;
}
</style>