#FC97FD

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

Shades of Violet #FC97FD

Tints of Violet #FC97FD

Color information

#FC97FD (or 0xFC97FD) is unknown color: approx Violet. HEX triplet: FC, 97 and FD. RGB value is (252,151,253). Sum of RGB (Red+Green+Blue) = 252+151+253=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 151 (59.38% from 255 or 23.02% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC97FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC97FD is #036802. Grayscale: #C0C0C0. Windows color (decimal): -223235 or 16619516. OLE color: 16619516.

HSL color Cylindrical-coordinate representation of color #FC97FD: hue angle of 299.41º degrees, saturation: 0.96, 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 #FC97FD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252151253-
CMYK0.000.4000.01
HSL299.41º96.23%79.22%-
HSV(B)299.41º40.32%99.22%-
XYZ68.9449.9298.93-
YUV192.83161.96170.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 151 (59.38% from 255) = 23.02%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=38.41%
G=23.02%
B=38.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521512530.000.4000.01299.4196.2379.22
HexFC97FD0280112b604f
Octal37422737505001453140117
Binary11111100100101111111110101010000110010101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97FD; }

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

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

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

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

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

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

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

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