#FC8DF5

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

Shades of Violet #FC8DF5

Tints of Violet #FC8DF5

Color information

#FC8DF5 (or 0xFC8DF5) is unknown color: approx Violet. HEX triplet: FC, 8D and F5. RGB value is (252,141,245). Sum of RGB (Red+Green+Blue) = 252+141+245=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DF5 is #03720A. Grayscale: #B9B9B9. Windows color (decimal): -225803 or 16092668. OLE color: 16092668.

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

Color convert

RGB252141245-
CMYK00.440.030.01
HSL303.78º94.87%77.06%-
HSV(B)303.78º44.05%98.82%-
XYZ66.1546.3491.84-
YUV186.04161.27175.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 141 (55.47% from 255) = 22.10%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=39.50%
G=22.10%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214124500.440.030.01303.7894.8777.06
HexFC8DF502C311305f4d
Octal37421536505431460137115
Binary111111001000110111110101010110011110011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DF5; }

 p { color: rgb(252,141,245); }

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

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

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

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

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

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

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