#FC97FC

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

Shades of Violet #FC97FC

Tints of Violet #FC97FC

Color information

#FC97FC (or 0xFC97FC) is unknown color: approx Violet. HEX triplet: FC, 97 and FC. RGB value is (252,151,252). Sum of RGB (Red+Green+Blue) = 252+151+252=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 151 (59.38% from 255 or 23.05% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC97FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC97FC is #036803. Grayscale: #C0C0C0. Windows color (decimal): -223236 or 16553980. OLE color: 16553980.

HSL color Cylindrical-coordinate representation of color #FC97FC: hue angle of 300º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC97FC is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252151252-
CMYK00.4000.01
HSL300º94.39%79.02%-
HSV(B)300º40.08%98.82%-
XYZ68.7849.8698.09-
YUV192.71161.46170.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 151 (59.38% from 255) = 23.05%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=38.47%
G=23.05%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215125200.4000.0130094.3979.02
HexFC97FC0280112c5e4f
Octal37422737405001454136117
Binary11111100100101111111110001010000110010110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97FC; }

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

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

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

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

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

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

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

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