#F996F4

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

Shades of Violet #F996F4

Tints of Violet #F996F4

Color information

#F996F4 (or 0xF996F4) is unknown color: approx Violet. HEX triplet: F9, 96 and F4. RGB value is (249,150,244). Sum of RGB (Red+Green+Blue) = 249+150+244=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F996F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996F4 is #06690B. Grayscale: #BEBEBE. Windows color (decimal): -420108 or 16029433. OLE color: 16029433.

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

Color convert

RGB249150244-
CMYK00.400.020.02
HSL303.03º89.19%78.24%-
HSV(B)303.03º39.76%97.65%-
XYZ66.348.4891.45-
YUV190.32158.3169.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 150 (58.98% from 255) = 23.33%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=38.72%
G=23.33%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915024400.400.020.02303.0389.1978.24
HexF996F40282212f594e
Octal37122636405022457131116
Binary1111100110010110111101000101000101010010111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996F4; }

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

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

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

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

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

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

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

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