#FC8BF9

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

Shades of Violet #FC8BF9

Tints of Violet #FC8BF9

Color information

#FC8BF9 (or 0xFC8BF9) is unknown color: approx Violet. HEX triplet: FC, 8B and F9. RGB value is (252,139,249). Sum of RGB (Red+Green+Blue) = 252+139+249=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 139 (54.69% from 255 or 21.72% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF9 is #037406. Grayscale: #B9B9B9. Windows color (decimal): -226311 or 16354300. OLE color: 16354300.

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

Color convert

RGB252139249-
CMYK00.450.010.01
HSL301.59º94.96%76.67%-
HSV(B)301.59º44.84%98.82%-
XYZ66.484695-
YUV185.33163.94175.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 21.72%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=39.38%
G=21.72%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213924900.450.010.01301.5994.9676.67
HexFC8BF902D1112e5f4d
Octal37421337105511456137115
Binary11111100100010111111100101011011110010111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8BF9; }

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

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

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

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

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

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

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

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