Shades of Fuchsia Pink #FB76F0
Tints of Fuchsia Pink #FB76F0
RGB
CMYK
RGB Variations
Color information
#FB76F0 (or 0xFB76F0) is known color: Fuchsia Pink. HEX triplet: FB, 76 and F0. RGB value is (251,118,240). Sum of RGB (Red+Green+Blue) = 251+118+240=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 118 (46.48% from 255 or 19.38% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76F0 is #04890F. Grayscale: #ABABAB. Windows color (decimal): -297232 or 15759099. OLE color: 15759099.
HSL color Cylindrical-coordinate representation of color #FB76F0: hue angle of 304.96º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76F0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 240 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.02 |
| HSL | 304.96º | 0.94% | 0.72% | - |
| HSV(B) | 304.96º | 0.53% | 0.98% | - |
| XYZ | 61.99 | 39.76 | 86.84 | - |
| YUV | 171.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 240 | 0 | 0.53 | 0.04 | 0.02 | 304.96 | 0.94 | 0.72 |
| Hex | FB | 76 | F0 | 0 | 35 | 4 | 2 | 131 | 5E | 48 |
| Octal | 373 | 166 | 360 | 0 | 65 | 4 | 2 | 461 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11110000 | 0 | 110101 | 100 | 10 | 100110001 | 1011110 | 1001000 |
Color Harmonies of #FB76F0
Complementary color
Monochromatic Colors of #FB76F0
Black with #FB76F0
Text Example
Text Example
White with #FB76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76F0; }
p { color: rgb(251,118,240); }
H1.HeaderClassName
{
color: #FB76F0;
}
.AnyTagClassName
{
color: #FB76F0;
}
</style>
background-color css
<style>
a { background-color: #FB76F0; }
a { background-color: rgb(251,118,240); }
div.DivClassName
{
background-color: #FB76F0;
}
.BgClassName
{
background-color: #FB76F0;
}
</style>
border-color css
<style>
span { border-color: #FB76F0; }
span { border-color: rgb(251,118,240); }
td.TdClassName
{
border-color: #FB76F0;
}
.TagClassName
{
border-color: #FB76F0;
}
</style>