#FC8CF5

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

Shades of Violet #FC8CF5

Tints of Violet #FC8CF5

Color information

#FC8CF5 (or 0xFC8CF5) is unknown color: approx Violet. HEX triplet: FC, 8C and F5. RGB value is (252,140,245). Sum of RGB (Red+Green+Blue) = 252+140+245=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CF5 is #03730A. Grayscale: #B9B9B9. Windows color (decimal): -226059 or 16092412. OLE color: 16092412.

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

Color convert

RGB252140245-
CMYK00.440.030.01
HSL303.75º94.92%76.86%-
HSV(B)303.75º44.44%98.82%-
XYZ6646.0491.79-
YUV185.46161.61175.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 140 (55.08% from 255) = 21.98%
BLUE value IS 245 (96.09% from 255) = 38.46%
R=39.56%
G=21.98%
B=38.46%

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
Decimal25214024500.440.030.01303.7594.9276.86
HexFC8CF502C311305f4d
Octal37421436505431460137115
Binary111111001000110011110101010110011110011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CF5; }

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

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

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

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

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

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

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

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