#FC90FB

Color #FC90FB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FC90FB

Tints of Violet #FC90FB

Color information

#FC90FB (or 0xFC90FB) is unknown color: approx 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

RGB252144251-
CMYK00.430.000.01
HSL300.56º94.74%77.65%-
HSV(B)300.56º42.86%98.82%-
XYZ67.5347.6196.9-
YUV188.49163.28173.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 22.26%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=38.95%
G=22.26%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214425100.430.000.01300.5694.7477.65
HexFC90FB02B0112d5f4e
Octal37422037305301455137116
Binary11111100100100001111101101010110110010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>