Shades of Violet #FC90FB
Tints of Violet #FC90FB
RGB
CMYK
RGB Variations
Color information
#FC90FB (or 0xFC90FB) is known color: Violet. HEX triplet: FC, 90 and FB. RGB value is (252,144,251). Sum of RGB (Red+Green+Blue) = 252+144+251=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 144 (56.64% from 255 or 22.26% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FB is #036F04. Grayscale: #BCBCBC. Windows color (decimal): -225029 or 16486652. OLE color: 16486652.
HSL color Cylindrical-coordinate representation of color #FC90FB: hue angle of 300.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90FB is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 251 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.01 |
| HSL | 300.56º | 0.95% | 0.78% | - |
| HSV(B) | 300.56º | 0.43% | 0.99% | - |
| XYZ | 67.53 | 47.61 | 96.9 | - |
| YUV | 188.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 251 | 0 | 0.43 | 0.00 | 0.01 | 300.56 | 0.95 | 0.78 |
| Hex | FC | 90 | FB | 0 | 2B | 0 | 1 | 12D | 5F | 4E |
| Octal | 374 | 220 | 373 | 0 | 53 | 0 | 1 | 455 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11111011 | 0 | 101011 | 0 | 1 | 100101101 | 1011111 | 1001110 |
Color Harmonies of #FC90FB
Complementary color
Monochromatic Colors of #FC90FB
Black with #FC90FB
Text Example
Text Example
White with #FC90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90FB; }
p { color: rgb(252,144,251); }
H1.HeaderClassName
{
color: #FC90FB;
}
.AnyTagClassName
{
color: #FC90FB;
}
</style>
background-color css
<style>
a { background-color: #FC90FB; }
a { background-color: rgb(252,144,251); }
div.DivClassName
{
background-color: #FC90FB;
}
.BgClassName
{
background-color: #FC90FB;
}
</style>
border-color css
<style>
span { border-color: #FC90FB; }
span { border-color: rgb(252,144,251); }
td.TdClassName
{
border-color: #FC90FB;
}
.TagClassName
{
border-color: #FC90FB;
}
</style>