#FC94F7

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

Shades of Violet #FC94F7

Tints of Violet #FC94F7

Color information

#FC94F7 (or 0xFC94F7) is unknown color: approx Violet. HEX triplet: FC, 94 and F7. RGB value is (252,148,247). Sum of RGB (Red+Green+Blue) = 252+148+247=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 148 (58.20% from 255 or 22.87% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94F7 is #036B08. Grayscale: #BEBEBE. Windows color (decimal): -224009 or 16225532. OLE color: 16225532.

HSL color Cylindrical-coordinate representation of color #FC94F7: hue angle of 302.88º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94F7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252148247-
CMYK00.410.020.01
HSL302.88º94.55%78.43%-
HSV(B)302.88º41.27%98.82%-
XYZ67.5248.5993.82-
YUV190.38159.96171.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 148 (58.20% from 255) = 22.87%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=38.95%
G=22.87%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214824700.410.020.01302.8894.5578.43
HexFC94F70292112f5f4e
Octal37422436705121457137116
Binary111111001001010011110111010100110110010111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94F7; }

 p { color: rgb(252,148,247); }

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

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

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

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

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

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

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