Shades of Fuchsia Pink #FB90FF
Tints of Fuchsia Pink #FB90FF
RGB
CMYK
RGB Variations
Color information
#FB90FF (or 0xFB90FF) is known color: Fuchsia Pink. HEX triplet: FB, 90 and FF. RGB value is (251,144,255). Sum of RGB (Red+Green+Blue) = 251+144+255=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 144 (56.64% from 255 or 22.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB90FF is #046F00. Grayscale: #BCBCBC. Windows color (decimal): -290561 or 16748795. OLE color: 16748795.
HSL color Cylindrical-coordinate representation of color #FB90FF: hue angle of 297.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB90FF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 144 | 255 | - |
| CMYK | 0.02 | 0.44 | 0 | 0 |
| HSL | 297.84º | 1% | 0.78% | - |
| HSV(B) | 297.84º | 0.44% | 1% | - |
| XYZ | 67.81 | 47.68 | 100.24 | - |
| YUV | 188.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 255 | 0.02 | 0.44 | 0 | 0 | 297.84 | 1 | 0.78 |
| Hex | FB | 90 | FF | 2 | 2C | 0 | 0 | 12A | 64 | 4E |
| Octal | 373 | 220 | 377 | 2 | 54 | 0 | 0 | 452 | 144 | 116 |
| Binary | 11111011 | 10010000 | 11111111 | 10 | 101100 | 0 | 0 | 100101010 | 1100100 | 1001110 |
Color Harmonies of #FB90FF
Complementary color
Monochromatic Colors of #FB90FF
Black with #FB90FF
Text Example
Text Example
White with #FB90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90FF; }
p { color: rgb(251,144,255); }
H1.HeaderClassName
{
color: #FB90FF;
}
.AnyTagClassName
{
color: #FB90FF;
}
</style>
background-color css
<style>
a { background-color: #FB90FF; }
a { background-color: rgb(251,144,255); }
div.DivClassName
{
background-color: #FB90FF;
}
.BgClassName
{
background-color: #FB90FF;
}
</style>
border-color css
<style>
span { border-color: #FB90FF; }
span { border-color: rgb(251,144,255); }
td.TdClassName
{
border-color: #FB90FF;
}
.TagClassName
{
border-color: #FB90FF;
}
</style>