#FC98F9

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

Shades of Violet #FC98F9

Tints of Violet #FC98F9

Color information

#FC98F9 (or 0xFC98F9) is unknown color: approx Violet. HEX triplet: FC, 98 and F9. RGB value is (252,152,249). Sum of RGB (Red+Green+Blue) = 252+152+249=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 152 (59.77% from 255 or 23.28% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC98F9 is #036706. Grayscale: #C0C0C0. Windows color (decimal): -222983 or 16357628. OLE color: 16357628.

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

Color convert

RGB252152249-
CMYK00.400.010.01
HSL301.8º94.34%79.22%-
HSV(B)301.8º39.68%98.82%-
XYZ68.4749.9995.66-
YUV192.96159.63170.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 152 (59.77% from 255) = 23.28%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=38.59%
G=23.28%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215224900.400.010.01301.894.3479.22
HexFC98F90281112e5e4f
Octal37423037105011456136117
Binary11111100100110001111100101010001110010111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98F9; }

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

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

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

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

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

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

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

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