#FC94F8

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

Shades of Violet #FC94F8

Tints of Violet #FC94F8

Color information

#FC94F8 (or 0xFC94F8) is unknown color: approx Violet. HEX triplet: FC, 94 and F8. RGB value is (252,148,248). Sum of RGB (Red+Green+Blue) = 252+148+248=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 148 (58.20% from 255 or 22.84% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94F8 is #036B07. Grayscale: #BEBEBE. Windows color (decimal): -224008 or 16291068. OLE color: 16291068.

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

Color convert

RGB252148248-
CMYK00.410.020.01
HSL302.31º94.55%78.43%-
HSV(B)302.31º41.27%98.82%-
XYZ67.6848.6594.63-
YUV190.5160.46171.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 22.84%
BLUE value IS 248 (97.27% from 255) = 38.27%
R=38.89%
G=22.84%
B=38.27%

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
Decimal25214824800.410.020.01302.3194.5578.43
HexFC94F80292112e5f4e
Octal37422437005121456137116
Binary111111001001010011111000010100110110010111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94F8; }

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

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

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

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

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

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

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

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