Shades of Fuchsia Pink #FB84F8
Tints of Fuchsia Pink #FB84F8
RGB
CMYK
RGB Variations
Color information
#FB84F8 (or 0xFB84F8) is known color: Fuchsia Pink. HEX triplet: FB, 84 and F8. RGB value is (251,132,248). Sum of RGB (Red+Green+Blue) = 251+132+248=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 132 (51.95% from 255 or 20.92% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB84F8 is #047B07. Grayscale: #B4B4B4. Windows color (decimal): -293640 or 16286971. OLE color: 16286971.
HSL color Cylindrical-coordinate representation of color #FB84F8: hue angle of 301.51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84F8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 248 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.02 |
| HSL | 301.51º | 0.94% | 0.75% | - |
| HSV(B) | 301.51º | 0.47% | 0.98% | - |
| XYZ | 64.98 | 43.79 | 93.83 | - |
| YUV | 180.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 248 | 0 | 0.47 | 0.01 | 0.02 | 301.51 | 0.94 | 0.75 |
| Hex | FB | 84 | F8 | 0 | 2F | 1 | 2 | 12E | 5E | 4B |
| Octal | 373 | 204 | 370 | 0 | 57 | 1 | 2 | 456 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11111000 | 0 | 101111 | 1 | 10 | 100101110 | 1011110 | 1001011 |
Color Harmonies of #FB84F8
Complementary color
Monochromatic Colors of #FB84F8
Black with #FB84F8
Text Example
Text Example
White with #FB84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84F8; }
p { color: rgb(251,132,248); }
H1.HeaderClassName
{
color: #FB84F8;
}
.AnyTagClassName
{
color: #FB84F8;
}
</style>
background-color css
<style>
a { background-color: #FB84F8; }
a { background-color: rgb(251,132,248); }
div.DivClassName
{
background-color: #FB84F8;
}
.BgClassName
{
background-color: #FB84F8;
}
</style>
border-color css
<style>
span { border-color: #FB84F8; }
span { border-color: rgb(251,132,248); }
td.TdClassName
{
border-color: #FB84F8;
}
.TagClassName
{
border-color: #FB84F8;
}
</style>