Shades of Fuchsia Pink #FB7DF5
Tints of Fuchsia Pink #FB7DF5
RGB
CMYK
RGB Variations
Color information
#FB7DF5 (or 0xFB7DF5) is known color: Fuchsia Pink. HEX triplet: FB, 7D and F5. RGB value is (251,125,245). Sum of RGB (Red+Green+Blue) = 251+125+245=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 125 (49.22% from 255 or 20.13% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DF5 is #04820A. Grayscale: #B0B0B0. Windows color (decimal): -295435 or 16088571. OLE color: 16088571.
HSL color Cylindrical-coordinate representation of color #FB7DF5: hue angle of 302.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DF5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 245 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.02 |
| HSL | 302.86º | 0.94% | 0.74% | - |
| HSV(B) | 302.86º | 0.5% | 0.98% | - |
| XYZ | 63.6 | 41.77 | 91.1 | - |
| YUV | 176.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 245 | 0 | 0.50 | 0.02 | 0.02 | 302.86 | 0.94 | 0.74 |
| Hex | FB | 7D | F5 | 0 | 32 | 2 | 2 | 12F | 5E | 4A |
| Octal | 373 | 175 | 365 | 0 | 62 | 2 | 2 | 457 | 136 | 112 |
| Binary | 11111011 | 1111101 | 11110101 | 0 | 110010 | 10 | 10 | 100101111 | 1011110 | 1001010 |
Color Harmonies of #FB7DF5
Complementary color
Monochromatic Colors of #FB7DF5
Black with #FB7DF5
Text Example
Text Example
White with #FB7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DF5; }
p { color: rgb(251,125,245); }
H1.HeaderClassName
{
color: #FB7DF5;
}
.AnyTagClassName
{
color: #FB7DF5;
}
</style>
background-color css
<style>
a { background-color: #FB7DF5; }
a { background-color: rgb(251,125,245); }
div.DivClassName
{
background-color: #FB7DF5;
}
.BgClassName
{
background-color: #FB7DF5;
}
</style>
border-color css
<style>
span { border-color: #FB7DF5; }
span { border-color: rgb(251,125,245); }
td.TdClassName
{
border-color: #FB7DF5;
}
.TagClassName
{
border-color: #FB7DF5;
}
</style>