Shades of Fuchsia Pink #FF90FB
Tints of Fuchsia Pink #FF90FB
RGB
CMYK
RGB Variations
Color information
#FF90FB (or 0xFF90FB) is known color: Fuchsia Pink. HEX triplet: FF, 90 and FB. RGB value is (255,144,251). Sum of RGB (Red+Green+Blue) = 255+144+251=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 144 (56.64% from 255 or 22.15% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90FB is #006F04. Grayscale: #BDBDBD. Windows color (decimal): -28421 or 16486655. OLE color: 16486655.
HSL color Cylindrical-coordinate representation of color #FF90FB: hue angle of 302.16º 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 #FF90FB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 251 | - |
| CMYK | 0 | 0.44 | 0.02 | 0 |
| HSL | 302.16º | 1% | 0.78% | - |
| HSV(B) | 302.16º | 0.44% | 1% | - |
| XYZ | 68.63 | 48.17 | 96.95 | - |
| YUV | 189.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 251 | 0 | 0.44 | 0.02 | 0 | 302.16 | 1 | 0.78 |
| Hex | FF | 90 | FB | 0 | 2C | 2 | 0 | 12E | 64 | 4E |
| Octal | 377 | 220 | 373 | 0 | 54 | 2 | 0 | 456 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11111011 | 0 | 101100 | 10 | 0 | 100101110 | 1100100 | 1001110 |
Color Harmonies of #FF90FB
Complementary color
Monochromatic Colors of #FF90FB
Black with #FF90FB
Text Example
Text Example
White with #FF90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90FB; }
p { color: rgb(255,144,251); }
H1.HeaderClassName
{
color: #FF90FB;
}
.AnyTagClassName
{
color: #FF90FB;
}
</style>
background-color css
<style>
a { background-color: #FF90FB; }
a { background-color: rgb(255,144,251); }
div.DivClassName
{
background-color: #FF90FB;
}
.BgClassName
{
background-color: #FF90FB;
}
</style>
border-color css
<style>
span { border-color: #FF90FB; }
span { border-color: rgb(255,144,251); }
td.TdClassName
{
border-color: #FF90FB;
}
.TagClassName
{
border-color: #FF90FB;
}
</style>