#F996F9

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

Shades of Violet #F996F9

Tints of Violet #F996F9

Color information

#F996F9 (or 0xF996F9) is unknown color: approx Violet. HEX triplet: F9, 96 and F9. RGB value is (249,150,249). Sum of RGB (Red+Green+Blue) = 249+150+249=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F996F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996F9 is #066906. Grayscale: #BEBEBE. Windows color (decimal): -420103 or 16357113. OLE color: 16357113.

HSL color Cylindrical-coordinate representation of color #F996F9: hue angle of 300º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996F9 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249150249-
CMYK00.4000.02
HSL300º89.19%78.24%-
HSV(B)300º39.76%97.65%-
XYZ67.0748.7995.51-
YUV190.89160.8169.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 150 (58.98% from 255) = 23.15%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=38.43%
G=23.15%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915024900.4000.0230089.1978.24
HexF996F90280212c594e
Octal37122637105002454131116
Binary111110011001011011111001010100001010010110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996F9; }

 p { color: rgb(249,150,249); }

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

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

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

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

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

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

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