Shades of Fuchsia Pink #FF7BFC
Tints of Fuchsia Pink #FF7BFC
RGB
CMYK
RGB Variations
Color information
#FF7BFC (or 0xFF7BFC) is known color: Fuchsia Pink. HEX triplet: FF, 7B and FC. RGB value is (255,123,252). Sum of RGB (Red+Green+Blue) = 255+123+252=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 123 (48.44% from 255 or 19.52% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BFC is #008403. Grayscale: #B0B0B0. Windows color (decimal): -33796 or 16546815. OLE color: 16546815.
HSL color Cylindrical-coordinate representation of color #FF7BFC: hue angle of 301.36º 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 #FF7BFC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 252 | - |
| CMYK | 0 | 0.52 | 0.01 | 0 |
| HSL | 301.36º | 1% | 0.74% | - |
| HSV(B) | 301.36º | 0.52% | 1% | - |
| XYZ | 65.89 | 42.45 | 96.82 | - |
| YUV | 177.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 252 | 0 | 0.52 | 0.01 | 0 | 301.36 | 1 | 0.74 |
| Hex | FF | 7B | FC | 0 | 34 | 1 | 0 | 12D | 64 | 4A |
| Octal | 377 | 173 | 374 | 0 | 64 | 1 | 0 | 455 | 144 | 112 |
| Binary | 11111111 | 1111011 | 11111100 | 0 | 110100 | 1 | 0 | 100101101 | 1100100 | 1001010 |
Color Harmonies of #FF7BFC
Complementary color
Monochromatic Colors of #FF7BFC
Black with #FF7BFC
Text Example
Text Example
White with #FF7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7BFC; }
p { color: rgb(255,123,252); }
H1.HeaderClassName
{
color: #FF7BFC;
}
.AnyTagClassName
{
color: #FF7BFC;
}
</style>
background-color css
<style>
a { background-color: #FF7BFC; }
a { background-color: rgb(255,123,252); }
div.DivClassName
{
background-color: #FF7BFC;
}
.BgClassName
{
background-color: #FF7BFC;
}
</style>
border-color css
<style>
span { border-color: #FF7BFC; }
span { border-color: rgb(255,123,252); }
td.TdClassName
{
border-color: #FF7BFC;
}
.TagClassName
{
border-color: #FF7BFC;
}
</style>