Shades of Fuchsia Pink #FB75F0
Tints of Fuchsia Pink #FB75F0
RGB
CMYK
RGB Variations
Color information
#FB75F0 (or 0xFB75F0) is known color: Fuchsia Pink. HEX triplet: FB, 75 and F0. RGB value is (251,117,240). Sum of RGB (Red+Green+Blue) = 251+117+240=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 117 (46.09% from 255 or 19.24% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB75F0 is #048A0F. Grayscale: #AAAAAA. Windows color (decimal): -297488 or 15758843. OLE color: 15758843.
HSL color Cylindrical-coordinate representation of color #FB75F0: hue angle of 304.93º 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 #FB75F0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 240 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.02 |
| HSL | 304.93º | 0.94% | 0.72% | - |
| HSV(B) | 304.93º | 0.53% | 0.98% | - |
| XYZ | 61.87 | 39.52 | 86.81 | - |
| YUV | 171.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 240 | 0 | 0.53 | 0.04 | 0.02 | 304.93 | 0.94 | 0.72 |
| Hex | FB | 75 | F0 | 0 | 35 | 4 | 2 | 131 | 5E | 48 |
| Octal | 373 | 165 | 360 | 0 | 65 | 4 | 2 | 461 | 136 | 110 |
| Binary | 11111011 | 1110101 | 11110000 | 0 | 110101 | 100 | 10 | 100110001 | 1011110 | 1001000 |
Color Harmonies of #FB75F0
Complementary color
Monochromatic Colors of #FB75F0
Black with #FB75F0
Text Example
Text Example
White with #FB75F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB75F0; }
p { color: rgb(251,117,240); }
H1.HeaderClassName
{
color: #FB75F0;
}
.AnyTagClassName
{
color: #FB75F0;
}
</style>
background-color css
<style>
a { background-color: #FB75F0; }
a { background-color: rgb(251,117,240); }
div.DivClassName
{
background-color: #FB75F0;
}
.BgClassName
{
background-color: #FB75F0;
}
</style>
border-color css
<style>
span { border-color: #FB75F0; }
span { border-color: rgb(251,117,240); }
td.TdClassName
{
border-color: #FB75F0;
}
.TagClassName
{
border-color: #FB75F0;
}
</style>