Shades of Fuchsia Pink #FF90FC
Tints of Fuchsia Pink #FF90FC
RGB
CMYK
RGB Variations
Color information
#FF90FC (or 0xFF90FC) is known color: Fuchsia Pink. HEX triplet: FF, 90 and FC. RGB value is (255,144,252). Sum of RGB (Red+Green+Blue) = 255+144+252=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 144 (56.64% from 255 or 22.12% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90FC is #006F03. Grayscale: #BDBDBD. Windows color (decimal): -28420 or 16552191. OLE color: 16552191.
HSL color Cylindrical-coordinate representation of color #FF90FC: hue angle of 301.62º 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 #FF90FC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 252 | - |
| CMYK | 0 | 0.44 | 0.01 | 0 |
| HSL | 301.62º | 1% | 0.78% | - |
| HSV(B) | 301.62º | 0.44% | 1% | - |
| XYZ | 68.78 | 48.23 | 97.78 | - |
| YUV | 189.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 252 | 0 | 0.44 | 0.01 | 0 | 301.62 | 1 | 0.78 |
| Hex | FF | 90 | FC | 0 | 2C | 1 | 0 | 12E | 64 | 4E |
| Octal | 377 | 220 | 374 | 0 | 54 | 1 | 0 | 456 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11111100 | 0 | 101100 | 1 | 0 | 100101110 | 1100100 | 1001110 |
Color Harmonies of #FF90FC
Complementary color
Monochromatic Colors of #FF90FC
Black with #FF90FC
Text Example
Text Example
White with #FF90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90FC; }
p { color: rgb(255,144,252); }
H1.HeaderClassName
{
color: #FF90FC;
}
.AnyTagClassName
{
color: #FF90FC;
}
</style>
background-color css
<style>
a { background-color: #FF90FC; }
a { background-color: rgb(255,144,252); }
div.DivClassName
{
background-color: #FF90FC;
}
.BgClassName
{
background-color: #FF90FC;
}
</style>
border-color css
<style>
span { border-color: #FF90FC; }
span { border-color: rgb(255,144,252); }
td.TdClassName
{
border-color: #FF90FC;
}
.TagClassName
{
border-color: #FF90FC;
}
</style>