Shades of Fuchsia Pink #FF7BF7
Tints of Fuchsia Pink #FF7BF7
RGB
CMYK
RGB Variations
Color information
#FF7BF7 (or 0xFF7BF7) is known color: Fuchsia Pink. HEX triplet: FF, 7B and F7. RGB value is (255,123,247). Sum of RGB (Red+Green+Blue) = 255+123+247=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF7 is #008408. Grayscale: #B0B0B0. Windows color (decimal): -33801 or 16219135. OLE color: 16219135.
HSL color Cylindrical-coordinate representation of color #FF7BF7: hue angle of 303.64º 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 #FF7BF7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 247 | - |
| CMYK | 0 | 0.52 | 0.03 | 0 |
| HSL | 303.64º | 1% | 0.74% | - |
| HSV(B) | 303.64º | 0.52% | 1% | - |
| XYZ | 65.11 | 42.14 | 92.7 | - |
| YUV | 176.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 247 | 0 | 0.52 | 0.03 | 0 | 303.64 | 1 | 0.74 |
| Hex | FF | 7B | F7 | 0 | 34 | 3 | 0 | 130 | 64 | 4A |
| Octal | 377 | 173 | 367 | 0 | 64 | 3 | 0 | 460 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11110111 | 0 | 110100 | 11 | 0 | 100110000 | 1100100 | 1001010 |
Color Harmonies of #FF7BF7
Complementary color
Monochromatic Colors of #FF7BF7
Black with #FF7BF7
Text Example
Text Example
White with #FF7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BF7; }
p { color: rgb(255,123,247); }
H1.HeaderClassName
{
color: #FF7BF7;
}
.AnyTagClassName
{
color: #FF7BF7;
}
</style>
background-color css
<style>
a { background-color: #FF7BF7; }
a { background-color: rgb(255,123,247); }
div.DivClassName
{
background-color: #FF7BF7;
}
.BgClassName
{
background-color: #FF7BF7;
}
</style>
border-color css
<style>
span { border-color: #FF7BF7; }
span { border-color: rgb(255,123,247); }
td.TdClassName
{
border-color: #FF7BF7;
}
.TagClassName
{
border-color: #FF7BF7;
}
</style>