#FC8BF7

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

Shades of Violet #FC8BF7

Tints of Violet #FC8BF7

Color information

#FC8BF7 (or 0xFC8BF7) is unknown color: approx Violet. HEX triplet: FC, 8B and F7. RGB value is (252,139,247). Sum of RGB (Red+Green+Blue) = 252+139+247=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 139 (54.69% from 255 or 21.79% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF7 is #037408. Grayscale: #B8B8B8. Windows color (decimal): -226313 or 16223228. OLE color: 16223228.

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

Color convert

RGB252139247-
CMYK00.450.020.01
HSL302.65º94.96%76.67%-
HSV(B)302.65º44.84%98.82%-
XYZ66.1745.8893.36-
YUV185.1162.94175.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 139 (54.69% from 255) = 21.79%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=39.50%
G=21.79%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213924700.450.020.01302.6594.9676.67
HexFC8BF702D2112f5f4d
Octal37421336705521457137115
Binary111111001000101111110111010110110110010111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8BF7; }

 p { color: rgb(252,139,247); }

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

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

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

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

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

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

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