#F994F6

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

Shades of Violet #F994F6

Tints of Violet #F994F6

Color information

#F994F6 (or 0xF994F6) is unknown color: approx Violet. HEX triplet: F9, 94 and F6. RGB value is (249,148,246). Sum of RGB (Red+Green+Blue) = 249+148+246=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F994F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994F6 is #066B09. Grayscale: #BDBDBD. Windows color (decimal): -420618 or 16159993. OLE color: 16159993.

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

Color convert

RGB249148246-
CMYK00.410.010.02
HSL301.78º89.38%77.84%-
HSV(B)301.78º40.56%97.65%-
XYZ66.2947.9792.95-
YUV189.37159.96170.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=38.72%
G=23.02%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914824600.410.010.02301.7889.3877.84
HexF994F60291212e594e
Octal37122436605112456131116
Binary111110011001010011110110010100111010010111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994F6; }

 p { color: rgb(249,148,246); }

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

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

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

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

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

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

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