#FC90FA

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

Shades of Violet #FC90FA

Tints of Violet #FC90FA

Color information

#FC90FA (or 0xFC90FA) is unknown color: approx Violet. HEX triplet: FC, 90 and FA. RGB value is (252,144,250). Sum of RGB (Red+Green+Blue) = 252+144+250=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 144 (56.64% from 255 or 22.29% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90FA is #036F05. Grayscale: #BCBCBC. Windows color (decimal): -225030 or 16421116. OLE color: 16421116.

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

Color convert

RGB252144250-
CMYK00.430.010.01
HSL301.11º94.74%77.65%-
HSV(B)301.11º42.86%98.82%-
XYZ67.3747.5496.07-
YUV188.38162.78173.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 144 (56.64% from 255) = 22.29%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=39.01%
G=22.29%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214425000.430.010.01301.1194.7477.65
HexFC90FA02B1112d5f4e
Octal37422037205311455137116
Binary11111100100100001111101001010111110010110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90FA; }

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

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

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

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

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

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

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

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