#FC98FC

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

Shades of Violet #FC98FC

Tints of Violet #FC98FC

Color information

#FC98FC (or 0xFC98FC) is unknown color: approx Violet. HEX triplet: FC, 98 and FC. RGB value is (252,152,252). Sum of RGB (Red+Green+Blue) = 252+152+252=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 152 (59.77% from 255 or 23.17% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC98FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98FC is #036703. Grayscale: #C0C0C0. Windows color (decimal): -222980 or 16554236. OLE color: 16554236.

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

Color convert

RGB252152252-
CMYK00.4000.01
HSL300º94.34%79.22%-
HSV(B)300º39.68%98.82%-
XYZ68.9450.1898.15-
YUV193.3161.13169.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 23.17%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=38.41%
G=23.17%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215225200.4000.0130094.3479.22
HexFC98FC0280112c5e4f
Octal37423037405001454136117
Binary11111100100110001111110001010000110010110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98FC; }

 p { color: rgb(252,152,252); }

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

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

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

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

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

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

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