#FC90FC

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

Shades of Violet #FC90FC

Tints of Violet #FC90FC

Color information

#FC90FC (or 0xFC90FC) is unknown color: approx Violet. HEX triplet: FC, 90 and FC. RGB value is (252,144,252). Sum of RGB (Red+Green+Blue) = 252+144+252=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC90FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FC is #036F03. Grayscale: #BCBCBC. Windows color (decimal): -225028 or 16552188. OLE color: 16552188.

HSL color Cylindrical-coordinate representation of color #FC90FC: hue angle of 300º 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 #FC90FC is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252144252-
CMYK00.4300.01
HSL300º94.74%77.65%-
HSV(B)300º42.86%98.82%-
XYZ67.6947.6797.73-
YUV188.6163.78173.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 144 (56.64% from 255) = 22.22%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=38.89%
G=22.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214425200.4300.0130094.7477.65
HexFC90FC02B0112c5f4e
Octal37422037405301454137116
Binary11111100100100001111110001010110110010110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90FC; }

 p { color: rgb(252,144,252); }

 H1.HeaderClassName
 {
   color: #FC90FC;
 }
 .AnyTagClassName
 {
   color: #FC90FC;
 }
</style>
background-color css

<style>
 a { background-color: #FC90FC; }

 a { background-color: rgb(252,144,252); }

 div.DivClassName
 {
   background-color: #FC90FC;
 }
 .BgClassName
 {
   background-color: #FC90FC;
 }
</style>
border-color css

<style>
 span { border-color: #FC90FC; }

 span { border-color: rgb(252,144,252); }

 td.TdClassName
 {
   border-color: #FC90FC;
 }
 .TagClassName
 {
   border-color: #FC90FC;
 }
</style>